[gst-cvs] CVS: gstreamer/gst Makefile.am,1.77,1.78

Joshua Pritikin jpritikin at users.sourceforge.net
Mon Sep 17 00:34:02 PDT 2001


Update of /cvsroot/gstreamer/gstreamer/gst
In directory usw-pr-cvs1:/tmp/cvs-serv11630

Modified Files:
	Makefile.am 
Log Message:
looks like cvs mangled something (?) -- try to repair


Index: Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/Makefile.am,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Makefile.am	2001/09/14 22:16:47	1.77
+++ Makefile.am	2001/09/17 07:33:04	1.78
@@ -136,13 +136,11 @@
 # Generate both marshal files together.  Makes dependency work easier.
 gstmarshal.h: gstmarshal.list
 	glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h
-	echo "#include \"glib-object.h\"" >gstmarshal.c
-	glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
 
 gstmarshal.c: gstmarshal.list
-	glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h
 	echo "#include \"glib-object.h\"" >gstmarshal.c
 	echo "#include \"gstlog.h\"" >> gstmarshal.c
+	echo "#include \"gstmarshal.h\"" >> gstmarshal.c
 	glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
 
 ##### end built sources #####





More information about the Gstreamer-commits mailing list