From dbd246a88ee84e6aaf36e78d2ab8a6ba5693a63d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 23 Jul 2003 16:46:16 +0000 Subject: Use EVO_MARSHAL_RULE * Makefile.am: Use EVO_MARSHAL_RULE svn path=/trunk/; revision=21919 --- filter/ChangeLog | 4 ++++ filter/Makefile.am | 12 +----------- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'filter') diff --git a/filter/ChangeLog b/filter/ChangeLog index 277bea383e..1ce89247e6 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,7 @@ +2003-07-23 Dan Winship + + * Makefile.am: Use EVO_MARSHAL_RULE + 2003-06-13 Larry Ewing * filter-source.c (filter_source_finalize): free current_url. 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:.*\(.*\):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@ -- cgit v1.2.3