gstreamer/tests/examples/Makefile.am

13 lines
349 B
Makefile
Raw Normal View History

noinst_PROGRAMS = \
concatenate \
simple1 \
test1 \
test2 \
test3 \
2010-05-24 15:39:45 +00:00
test4 \
2010-06-23 16:22:56 +00:00
transition\
overlays
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CFLAGS)
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ -lgstdiscoverer-@GST_MAJORMINOR@ $(GST_DISCOVERER_LIBS) $(GST_LIBS)