aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-0/+7
|
* Remove EVO_MARSHAL_RULE.Matthew Barnes2010-10-231-7/+0
| | | | Use glib-gen.mak instead.
* do not add the srcdir prefix as $< already returns the full path. FixesHarish Krishnaswamy2005-10-031-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 listJP Rosevear2004-02-251-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 filesDan Winship2003-07-241-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