gobjectification: 3f3eab1d: Fix compile when srcdir != builddir.

sadrul at pidgin.im sadrul at pidgin.im
Fri May 2 20:10:45 EDT 2008


-----------------------------------------------------------------
Revision: 3f3eab1dc70b41800fbf6b983b74425038d269f4
Ancestor: dfccb74607cb923a0bab4f0e458af4389ae21d13
Author: sadrul at pidgin.im
Date: 2008-05-02T23:58:37
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/3f3eab1dc70b41800fbf6b983b74425038d269f4

Modified files:
        libpurple/Makefile.am

ChangeLog: 

Fix compile when srcdir != builddir.

-------------- next part --------------
============================================================
--- libpurple/Makefile.am	d688ae573e34041f8d290cc72f0ce82416d71f05
+++ libpurple/Makefile.am	a8ca3c7c869eb6676cddc09a1f9654cde04294d8
@@ -156,11 +156,11 @@ marshallers.h: marshallers.list
 
 marshallers.h: marshallers.list
 	@echo "Generating marshallers.h"
-	$(GLIB_GENMARSHAL) --prefix=purple_smarshal marshallers.list --header > marshallers.h
+	$(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --header > marshallers.h
 
 marshallers.c: marshallers.list
 	@echo "Generating marshallers.c"
-	$(GLIB_GENMARSHAL) --prefix=purple_smarshal marshallers.list --body > marshallers.c
+	$(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --body > marshallers.c
 
 if ENABLE_DBUS
 


More information about the Commits mailing list