diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-24 00:38:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-24 00:38:42 +0800 |
commit | fb9b835fe3c590ede744c2a7b1508b6b418a0b8e (patch) | |
tree | de10bfbd01b12405ceeb8fa5ee4f21352edab821 /Makefile.am | |
parent | b167ce08618496b4017274f5b5d5d0bfbebe7d85 (diff) | |
download | gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.gz gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.tar.zst gsoc2013-evolution-fb9b835fe3c590ede744c2a7b1508b6b418a0b8e.zip |
Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files
* 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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c484d41355..035b4d3d06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST = \ MAINTAINERS \ NEWS \ NEWS-1.0 \ + marshal.mk \ intltool-merge.in \ intltool-update.in \ intltool-extract.in \ |