mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
e4a3ac2c8c
Original commit message from CVS: * tests/examples/seek/Makefile.am: Fix out of tree build by adding all required CFLAGS.
11 lines
329 B
Makefile
11 lines
329 B
Makefile
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
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
|