gstreamer/tests/examples/Makefile.am

10 lines
247 B
Makefile
Raw Normal View History

noinst_PROGRAMS = \
simple1 \
test1 \
test2 \
test3 \
test4
2010-03-05 15:10:13 +00:00
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_CFLAGS)
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ $(GST_PROFILE_LIBS) $(GST_LIBS)