diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-24 00:46:16 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-24 00:46:16 +0800 |
commit | dbd246a88ee84e6aaf36e78d2ab8a6ba5693a63d (patch) | |
tree | 3c84fd95bf376b31b699ddb27da73375c75ed857 /filter/Makefile.am | |
parent | 4f822eb8e2b1668280a41ce9a962f5f341d2ac99 (diff) | |
download | gsoc2013-evolution-dbd246a88ee84e6aaf36e78d2ab8a6ba5693a63d.tar.gz gsoc2013-evolution-dbd246a88ee84e6aaf36e78d2ab8a6ba5693a63d.tar.zst gsoc2013-evolution-dbd246a88ee84e6aaf36e78d2ab8a6ba5693a63d.zip |
Use EVO_MARSHAL_RULE
* Makefile.am: Use EVO_MARSHAL_RULE
svn path=/trunk/; revision=21919
Diffstat (limited to 'filter/Makefile.am')
-rw-r--r-- | filter/Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/filter/Makefile.am b/filter/Makefile.am index 2b4b1038d5..29fb45e32c 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -87,15 +87,5 @@ libfilter-i18n.h: filtertypes.xml vfoldertypes.xml sed -n -e 's:.*<title>\(.*\)</title>:char *s = N_("\1");:p' | \ sort -u >> $@ -filter-marshal.h: filter-marshal.list - ( @GLIB_GENMARSHAL@ --prefix=filter_marshal filter-marshal.list --header > filter-marshal.tmp \ - && mv filter-marshal.tmp filter-marshal.h ) \ - || ( rm -f filter-marshal.tmp && exit 1 ) - -filter-marshal.c: filter-marshal.h - ( @GLIB_GENMARSHAL@ --prefix=filter_marshal filter-marshal.list --body > filter-marshal.tmp \ - && mv filter-marshal.tmp filter-marshal.c ) \ - || ( rm -f filter-marshal.tmp && exit 1 ) - MARSHAL_GENERATED = filter-marshal.c filter-marshal.h - +@EVO_MARSHAL_RULE@ |