X-Git-Url: http://git.maemo.org/git/?p=mafwsubrenderer;a=blobdiff_plain;f=gst-plugins-base-subtitles0.10%2Ftests%2Fexamples%2Fseek%2FMakefile.am;fp=gst-plugins-base-subtitles0.10%2Ftests%2Fexamples%2Fseek%2FMakefile.am;h=ae347802bd361a9f7d1b453c27a5eaf06bc8ad42;hp=0000000000000000000000000000000000000000;hb=57ba96e291a055f69dbfd4ae9f1ae2390e36986e;hpb=be2c98fb83895d10ac44af7b9a9c3e00ca54bf49 diff --git a/gst-plugins-base-subtitles0.10/tests/examples/seek/Makefile.am b/gst-plugins-base-subtitles0.10/tests/examples/seek/Makefile.am new file mode 100644 index 0000000..ae34780 --- /dev/null +++ b/gst-plugins-base-subtitles0.10/tests/examples/seek/Makefile.am @@ -0,0 +1,17 @@ +if HAVE_GTK_X11 +if HAVE_LINUX_JOYSTICK_HEADERS +GTK_EXAMPLES=seek scrubby jsseek +else +GTK_EXAMPLES=seek scrubby +endif +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 = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)