dist transition.c

This commit is contained in:
Brandon Lewis 2010-05-24 17:39:45 +02:00 committed by Edward Hervey
parent bd28d788f0
commit 575c810a90

View file

@ -5,7 +5,8 @@ noinst_PROGRAMS = \
test1 \
test2 \
test3 \
test4
test4 \
transition
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CFLAGS)
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ -lgstdiscoverer-@GST_MAJORMINOR@ $(GST_DISCOVERER_LIBS) $(GST_LIBS)