add ges-ui.c to build system

This commit is contained in:
Brandon Lewis 2010-07-20 16:44:01 +02:00 committed by Edward Hervey
parent 99d11516d4
commit f4826aa85c

View file

@ -1,3 +1,9 @@
if HAVE_GTK_X11
graphical=ges-ui
else
graphical=
endif
noinst_PROGRAMS = \ noinst_PROGRAMS = \
concatenate \ concatenate \
simple1 \ simple1 \
@ -5,10 +11,11 @@ noinst_PROGRAMS = \
test2 \ test2 \
test3 \ test3 \
test4 \ test4 \
transition\ transition \
thumbnails\ thumbnails \
overlays\ overlays \
text_properties text_properties \
$(graphical)
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CFLAGS) AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ -lgstdiscoverer-@GST_MAJORMINOR@ $(GST_DISCOVERER_LIBS) $(GST_LIBS) LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ -lgstdiscoverer-@GST_MAJORMINOR@ $(GST_DISCOVERER_LIBS) $(GST_LIBS) $(GTK_LIBS)