pidgin.vv: 835dc652: Make sure marshallers.h is created befor...

maiku at soc.pidgin.im maiku at soc.pidgin.im
Sat Jan 31 00:40:29 EST 2009


-----------------------------------------------------------------
Revision: 835dc65221f6d811bd0b1c42c5debd9524ca7785
Ancestor: 3f14ad697ec671727f1f36001b1042dab0c26e05
Author: maiku at soc.pidgin.im
Date: 2009-01-31T05:37:27
Branch: im.pidgin.pidgin.vv
URL: http://d.pidgin.im/viewmtn/revision/info/835dc65221f6d811bd0b1c42c5debd9524ca7785

Modified files:
        libpurple/Makefile.am

ChangeLog: 

Make sure marshallers.h is created before compiling marshallers.c.
Thanks to Alan Hamlett for having this issue.

-------------- next part --------------
============================================================
--- libpurple/Makefile.am	acbf8698d848e4125d53be2c9383e5e5b6d4be39
+++ libpurple/Makefile.am	581400a61c80d3d86d6637649ac001e10c6039c7
@@ -148,7 +148,7 @@ marshallers.h: marshallers.list
 	@echo "Generating marshallers.h"
 	$(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --header > marshallers.h
 
-marshallers.c: marshallers.list
+marshallers.c: marshallers.list marshallers.h
 	@echo "Generating marshallers.c"
 	echo "#include \"marshallers.h\"" > marshallers.c
 	$(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --body >> marshallers.c


More information about the Commits mailing list