summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua N. Pritikin <vishnu@pobox.com>2001-09-17 07:33:04 +0000
committerJoshua N. Pritikin <vishnu@pobox.com>2001-09-17 07:33:04 +0000
commit59a47966f1db8caa17ecfc5be09af1938f4fa7f6 (patch)
tree8041b95b443299bd349dc3b08da920581ef161eb
parentc70360d1c8376f1f104db8f245949cd3af683510 (diff)
downloadgstreamer-59a47966f1db8caa17ecfc5be09af1938f4fa7f6.tar.gz
looks like cvs mangled something (?) -- try to repair
Original commit message from CVS: looks like cvs mangled something (?) -- try to repair
-rw-r--r--gst/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index be1307e14f..ac34ce43b0 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -136,13 +136,11 @@ cothreads.o: $(srcdir)/cothreads.c $(srcdir)/cothreads.h $(srcdir)/gst_private.h
# 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 #####