Mercurial > pidgin
changeset 23805:f47be691e588
Silence warning.
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Tue, 27 May 2008 04:54:12 +0000 |
parents | e1c8ec1259de |
children | e17dbd941380 |
files | libpurple/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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