mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
352dc48813
Original commit message from CVS: * tests/examples/seek/Makefile.am: Build fix for when gtk is not available.
10 lines
175 B
Makefile
10 lines
175 B
Makefile
if HAVE_GTK
|
|
GTK_EXAMPLES=seek scrubby
|
|
endif
|
|
|
|
examples = $(GTK_EXAMPLES)
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|