libpurple/Makefile.am

branch
vv
changeset 26277
15732a1ef1e4
parent 23740
e63886b13597
child 26337
ec2fc1bc9024
--- a/libpurple/Makefile.am	Sat Jan 31 05:19:16 2009 +0000
+++ b/libpurple/Makefile.am	Sat Jan 31 05:37:27 2009 +0000
@@ -148,7 +148,7 @@
 	@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

mercurial