From ce4fd1f3fb60778f9ab73660a30b05f45510daa4 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 23 Jul 2003 16:43:05 +0000 Subject: Use EVO_MARSHAL_RULE * Makefile.am: Use EVO_MARSHAL_RULE svn path=/trunk/; revision=21915 --- shell/Makefile.am | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 10fe9d962e..1631ccdef0 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -336,19 +336,8 @@ install-exec-local: install-evolution endif -# GLib marshalling cruft - -e-shell-marshal.h: e-shell-marshal.list - ( @GLIB_GENMARSHAL@ --prefix=e_shell_marshal e-shell-marshal.list --header > e-shell-marshal.h.tmp \ - && mv e-shell-marshal.h.tmp e-shell-marshal.h ) \ - || ( rm -f e-shell-marshal.h.tmp && exit 1 ) - -e-shell-marshal.c: e-shell-marshal.h - ( @GLIB_GENMARSHAL@ --prefix=e_shell_marshal e-shell-marshal.list --body > e-shell-marshal.c.tmp \ - && mv e-shell-marshal.c.tmp e-shell-marshal.c ) \ - || ( rm -f e-shell-marshal.c.tmp && exit 1 ) - MARSHAL_GENERATED = e-shell-marshal.c e-shell-marshal.h +@EVO_MARSHAL_RULE@ # Extra dist stuff -- cgit v1.2.3