[gst-cvs] CVS: gstreamer/examples Makefile.am,1.12,1.13

Erik Walthinsen omegahacker at users.sourceforge.net
Wed Oct 17 03:23:02 PDT 2001


Update of /cvsroot/gstreamer/gstreamer/examples
In directory usw-pr-cvs1:/tmp/cvs-serv21419/examples

Modified Files:
	Makefile.am 
Log Message:
merge from EVENTS1 on 20011016

Index: Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/examples/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am	2001/06/25 01:20:08	1.12
+++ Makefile.am	2001/10/17 10:21:24	1.13
@@ -5,10 +5,16 @@
 GNOME_SUBDS =
 endif
 
-SUBDIRS = $(GNOME_SUBDS) \
+if GST_DISABLE_LOADSAVE
+GST_LOADSAVE_DIRS = 
+else
+GST_LOADSAVE_DIRS = xml typefind
+endif
+
+SUBDIRS = $(GNOME_SUBDS) $(GST_LOADSAVE_DIRS) \
           helloworld helloworld2 \
           queue queue2 queue3 queue4 \
-          launch thread xml plugins typefind mixer cutter
+          launch thread plugins mixer cutter
 
 DIST_SUBDIRS = autoplug \
           helloworld helloworld2 \





More information about the Gstreamer-commits mailing list