tools: Moving playlist from examples and making it installable

It is now called ges-launch
This commit is contained in:
Edward Hervey 2010-06-04 17:50:42 +02:00
parent 7e978db455
commit a408905e72
5 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = ges tests common m4 docs SUBDIRS = ges tests tools common m4 docs
DIST_SUBDIRS = $(SUBDIRS) DIST_SUBDIRS = $(SUBDIRS)

View file

@ -272,6 +272,7 @@ ges/Makefile
tests/Makefile tests/Makefile
tests/check/Makefile tests/check/Makefile
tests/examples/Makefile tests/examples/Makefile
tools/Makefile
docs/Makefile docs/Makefile
docs/version.entities docs/version.entities
docs/libs/Makefile docs/libs/Makefile

View file

@ -1,6 +1,5 @@
noinst_PROGRAMS = \ noinst_PROGRAMS = \
concatenate \ concatenate \
playlist \
simple1 \ simple1 \
test1 \ test1 \
test2 \ test2 \

3
tools/Makefile.am Normal file
View file

@ -0,0 +1,3 @@
bin_PROGRAMS = ges-launch
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)