Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / tests / examples / seek / Makefile.am
1 if HAVE_GTK_X11
2 if HAVE_LINUX_JOYSTICK_HEADERS
3 GTK_EXAMPLES=seek scrubby jsseek
4 else
5 GTK_EXAMPLES=seek scrubby
6 endif
7 endif
8
9 examples = $(GTK_EXAMPLES) stepping stepping2
10
11 noinst_PROGRAMS = $(examples)
12
13 LDADD = \
14         $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
15         $(GST_LIBS) $(GTK_LIBS) $(LIBM)
16
17 AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)