gstreamer/tests/examples/seek/Makefile.am

13 lines
353 B
Makefile
Raw Normal View History

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 \
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs