gstreamer/tests/examples/seek/Makefile.am

19 lines
499 B
Makefile
Raw Normal View History

if HAVE_GTK_X11
if HAVE_LINUX_JOYSTICK_HEADERS
GTK_EXAMPLES=scrubby jsseek
else
GTK_EXAMPLES=scrubby
endif
endif
2009-06-12 11:52:25 +00:00
examples = $(GTK_EXAMPLES) stepping stepping2
noinst_PROGRAMS = $(examples)
LDADD = \
2011-11-29 18:31:55 +00:00
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \
$(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)