diff options
Diffstat (limited to 'tests/examples/seek/Makefile.am')
-rw-r--r-- | tests/examples/seek/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/examples/seek/Makefile.am b/tests/examples/seek/Makefile.am deleted file mode 100644 index 792f96c1..00000000 --- a/tests/examples/seek/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -if HAVE_GTK_X11 -GTK_EXAMPLES=seek scrubby -endif - -examples = $(GTK_EXAMPLES) stepping stepping2 - -noinst_PROGRAMS = $(examples) - -LDADD = \ - $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \ - $(GST_LIBS) $(GTK_LIBS) $(LIBM) - -AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs |