Fix broken build system for examples.

Original commit message from CVS:
Fix broken build system for examples.
This commit is contained in:
Richard Boulton 2001-01-01 13:41:27 +00:00
parent 8446f92790
commit 5637570cc1
8 changed files with 27 additions and 16 deletions

View file

@ -1,10 +1,12 @@
SUBDIRS = include gst libs plugins tools test tests examples docs
# if libglade is present, build the player and editor
if HAVE_LIBGLADE_GNOME
SUBDIRS += gstplay editor
SUBDIRS_LGG = gstplay editor
else
SUBDIRS_LGG =
endif
SUBDIRS = include gst libs plugins tools test tests examples docs $(SUBDIRS_LGG)
# These are all the possible subdirs
DIST_SUBDIRS = include gst libs plugins tools test tests examples docs gstplay editor

View file

@ -538,15 +538,16 @@ test/cothreads/Makefile
tests/Makefile
tests/sched/Makefile
examples/Makefile
examples/autoplug
examples/helloworld
examples/helloworld2
examples/queue
examples/queue2
examples/queue3
examples/queue4
examples/thread
examples/xml
examples/autoplug/Makefile
examples/helloworld/Makefile
examples/helloworld2/Makefile
examples/queue/Makefile
examples/queue2/Makefile
examples/queue3/Makefile
examples/queue4/Makefile
examples/thread/Makefile
examples/xml/Makefile
examples/launch/Makefile
editor/Makefile
tools/Makefile
docs/Makefile

View file

@ -1 +1,4 @@
SUBDIRS = autoplug helloworld helloworld2 queue queue2 queue3 queue4 thread xml
SUBDIRS = autoplug \
helloworld helloworld2 \
queue queue2 queue3 queue4 \
thread launch xml

View file

@ -0,0 +1 @@
bin_SCRIPTS = mp3play

View file

@ -1,4 +1,4 @@
bin_PROGRAMS = xml
bin_PROGRAMS = runxml createxml
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)

View file

@ -1 +1,4 @@
SUBDIRS = autoplug helloworld helloworld2 queue queue2 queue3 queue4 thread xml
SUBDIRS = autoplug \
helloworld helloworld2 \
queue queue2 queue3 queue4 \
thread launch xml

View file

@ -0,0 +1 @@
bin_SCRIPTS = mp3play

View file

@ -1,4 +1,4 @@
bin_PROGRAMS = xml
bin_PROGRAMS = runxml createxml
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)