tests/examples/overlay/Makefile
tests/examples/seek/Makefile
tests/examples/snapshot/Makefile
+tests/examples/playback/Makefile
tests/examples/playrec/Makefile
tests/examples/v4l/Makefile
tests/files/Makefile
GIO_SUBDIRS = gio
endif
-SUBDIRS = app audio dynamic fft $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playrec v4l encoding
+if HAVE_GTK_X11
+GTK_SUBDIRS = playback
+endif
+
+SUBDIRS = app audio dynamic fft $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay $(GTK_SUBDIRS) playrec v4l encoding
-DIST_SUBDIRS = app audio dynamic fft gio overlay seek snapshot playrec v4l encoding
+DIST_SUBDIRS = app audio dynamic fft gio overlay seek snapshot playback playrec v4l encoding
include $(top_srcdir)/common/parallel-subdirs.mak
--- /dev/null
+noinst_PROGRAMS = seek
+
+LDADD = \
+ $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
+ $(GST_LIBS) $(GTK_LIBS) $(LIBM)
+
+AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
if HAVE_GTK_X11
if HAVE_LINUX_JOYSTICK_HEADERS
-GTK_EXAMPLES=seek scrubby jsseek
+GTK_EXAMPLES=scrubby jsseek
else
-GTK_EXAMPLES=seek scrubby
+GTK_EXAMPLES=scrubby
endif
endif