Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not add the srcdir prefix as $< already returns the full path. Fixes | Harish Krishnaswamy | 2005-10-03 | 1 | -1/+1 |
| | | | | | | | | | | 2005-10-3 Harish Krishnaswamy <kharish@novell.com> * marshal.mk : do not add the srcdir prefix as $< already returns the full path. Fixes #271308. svn path=/trunk/; revision=30465 | ||||
* | make sure to use the srcdir to build the list | JP Rosevear | 2004-02-25 | 1 | -2/+2 |
| | | | | | | | | 2004-02-24 JP Rosevear <jpr@ximian.com> * marshal.mk: make sure to use the srcdir to build the list svn path=/trunk/; revision=24854 | ||||
* | Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files | Dan Winship | 2003-07-24 | 1 | -0/+7 |
* configure.in: Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files that don't cause gcc warnings * marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE. (Can't include newlines in an AC_SUBST, so we have to use AC_SUBST_FILE) * Makefile.am (EXTRA_DIST): add marshal.mk svn path=/trunk/; revision=21910 |