blob: 792f96c189f9b389080e22c70be6538d7100ae3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|