gstreamer/tests/examples/Makefile.am
Edward Hervey 4c63aa21f2 ges: Switch to encoding-profile API from base
Remove dependency on gst-convenience.
2010-12-15 12:38:03 +01:00

21 lines
412 B
Makefile

if HAVE_GTK_X11
graphical=ges-ui
else
graphical=
endif
noinst_PROGRAMS = \
concatenate \
simple1 \
test1 \
test2 \
test3 \
test4 \
transition \
thumbnails \
overlays \
text_properties \
$(graphical)
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) -export-dynamic
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS)