gstreamer/tests/examples/Makefile.am

23 lines
426 B
Makefile
Raw Normal View History

2010-07-20 14:44:01 +00:00
if HAVE_GTK_X11
graphical=ges-ui
else
graphical=
endif
noinst_PROGRAMS = \
concatenate \
simple1 \
test1 \
test2 \
test3 \
2010-05-24 15:39:45 +00:00
test4 \
2010-07-20 14:44:01 +00:00
transition \
thumbnails \
overlays \
text_properties \
$(graphical)
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
AM_LDFLAGS = -export-dynamic
2012-04-04 12:50:23 +00:00
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS)