gstreamer/tests/examples/Makefile.am
Edward Hervey 648350498f examples: Use profile LIBS
and fix a typo with GST_LIBS
2010-02-09 17:45:42 +01:00

4 lines
217 B
Makefile

noinst_PROGRAMS = test1 test2 test3 test4
AM_CFLAGS = $(GST_PROFILE_CFLAGS) $(GST_CFLAGS) -I$(top_srcdir)
LDADD = $(GST_PROFILE_LIBS) $(GST_LIBS) $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@