aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-07-24 00:43:05 +0800
committerDan Winship <danw@src.gnome.org>2003-07-24 00:43:05 +0800
commitce4fd1f3fb60778f9ab73660a30b05f45510daa4 (patch)
treed2ec044d45bd4f6ed526c353c3473ab66ff4d5c6 /e-util/Makefile.am
parent4cda78f4480f24113856edc4bdcde0101e7506ff (diff)
downloadgsoc2013-evolution-ce4fd1f3fb60778f9ab73660a30b05f45510daa4.tar
gsoc2013-evolution-ce4fd1f3fb60778f9ab73660a30b05f45510daa4.tar.gz
gsoc2013-evolution-ce4fd1f3fb60778f9ab73660a30b05f45510daa4.tar.bz2
gsoc2013-evolution-ce4fd1f3fb60778f9ab73660a30b05f45510daa4.tar.lz
gsoc2013-evolution-ce4fd1f3fb60778f9ab73660a30b05f45510daa4.tar.xz
gsoc2013-evolution-ce4fd1f3fb60778f9ab73660a30b05f45510daa4.tar.zst
gsoc2013-evolution-ce4fd1f3fb60778f9ab73660a30b05f45510daa4.zip
Use EVO_MARSHAL_RULE
* Makefile.am: Use EVO_MARSHAL_RULE svn path=/trunk/; revision=21915
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am18
1 files changed, 1 insertions, 17 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 29cd5e58e5..37da4375f1 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -86,24 +86,8 @@ libeutil_la_SOURCES = \
e-xml-hash-utils.c \
md5-utils.c
-# GLib marshalling cruft
-
-e-util-marshal.h: e-util-marshal.list
- ( @GLIB_GENMARSHAL@ --prefix=e_util_marshal e-util-marshal.list --header > e-util-marshal.h.tmp \
- && mv e-util-marshal.h.tmp e-util-marshal.h ) \
- || ( rm -f e-util-marshal.h.tmp && exit 1 )
-
-e-util-marshal.c: e-util-marshal.h
- ( @GLIB_GENMARSHAL@ --prefix=e_util_marshal e-util-marshal.list --body > e-util-marshal.c.tmp \
- && mv e-util-marshal.c.tmp e-util-marshal.c ) \
- || ( rm -f e-util-marshal.c.tmp && exit 1 )
-
MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h
-
-
-# FIXME TODO
-# e-passwords.c
-# bonobo-factory-util.[ch]
+@EVO_MARSHAL_RULE@
libeutil_la_LIBADD = $(E_UTIL_LIBS)