mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
6d03489813
This fixes build failure in Fedora 13.
13 lines
364 B
Makefile
13 lines
364 B
Makefile
if HAVE_GTK_X11
|
|
GTK_EXAMPLES=seek scrubby
|
|
endif
|
|
|
|
examples = $(GTK_EXAMPLES) stepping stepping2
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
LDADD = \
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
|
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
|
|
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
|