examples: Move seek example into its own directory
[platform/upstream/gstreamer.git] / tests / examples / Makefile.am
1 if HAVE_FT2
2 FT2_SUBDIRS = seek snapshot
3 else
4 FT2_SUBDIRS =
5 endif
6
7 if USE_GIO
8 GIO_SUBDIRS = gio
9 endif
10
11 if HAVE_GTK_X11
12 GTK_SUBDIRS = playback
13 endif
14
15 SUBDIRS = app audio dynamic fft $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay $(GTK_SUBDIRS) playrec v4l encoding
16
17 DIST_SUBDIRS = app audio dynamic fft gio overlay seek snapshot playback playrec v4l encoding
18
19 include $(top_srcdir)/common/parallel-subdirs.mak
20