# HG changeset patch # User Mike Ruprecht # Date 1211864052 0 # Node ID f47be691e5881cd57c53c60b579184e86148e783 # Parent e1c8ec1259de544776f2955d3b1e967bed97993c Silence warning. diff -r e1c8ec1259de -r f47be691e588 libpurple/Makefile.am --- a/libpurple/Makefile.am Fri May 23 02:42:32 2008 +0000 +++ b/libpurple/Makefile.am Tue May 27 04:54:12 2008 +0000 @@ -148,7 +148,8 @@ 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