gstreamer/tests/examples/seek/Makefile.am
Stefan Kost 0d4409ce49 tests/examples/seek/: Remove libgstvideo usage. Use gtk_get_option_group instead of gtk_init().
Original commit message from CVS:
* tests/examples/seek/Makefile.am:
* tests/examples/seek/seek.c:
Remove libgstvideo usage. Use gtk_get_option_group instead of
gtk_init().
2008-06-25 13:15:50 +00:00

11 lines
283 B
Makefile

if HAVE_GTK
GTK_EXAMPLES=seek scrubby
endif
examples = $(GTK_EXAMPLES)
noinst_PROGRAMS = $(examples)
LDADD = $(GST_LIBS) $(GTK_LIBS) \
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs