soc.2008.vv: 0685fc29: Silence warning.

maiku at soc.pidgin.im maiku at soc.pidgin.im
Tue May 27 01:10:46 EDT 2008


-----------------------------------------------------------------
Revision: 0685fc29468269a2af68268baa627b09f83339e4
Ancestor: fc6e10ef43f0dfaf9065bebff76a0e090460990f
Author: maiku at soc.pidgin.im
Date: 2008-05-27T04:54:12
Branch: im.pidgin.soc.2008.vv
URL: http://d.pidgin.im/viewmtn/revision/info/0685fc29468269a2af68268baa627b09f83339e4

Modified files:
        libpurple/Makefile.am

ChangeLog: 

Silence warning.

-------------- next part --------------
============================================================
--- libpurple/Makefile.am	c3476ea3ecce49e60fa7e9922f8aa0c6593430df
+++ libpurple/Makefile.am	d5d938138ea15225d44d70008b35218bd5527642
@@ -148,7 +148,8 @@ marshallers.c: marshallers.list
 
 marshallers.c: marshallers.list
 	@echo "Generating marshallers.c"
-	$(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --body > marshallers.c
+	echo "#include \"marshallers.h\"" > marshallers.c
+	$(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --body >> marshallers.c
 
 if ENABLE_DBUS
 


More information about the Commits mailing list