Use EVO_MARSHAL_RULE

* Makefile.am: Use EVO_MARSHAL_RULE

svn path=/trunk/; revision=21919
This commit is contained in:
Dan Winship
2003-07-23 16:46:16 +00:00
parent 4f822eb8e2
commit dbd246a88e
2 changed files with 5 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2003-07-23 Dan Winship <danw@ximian.com>
* Makefile.am: Use EVO_MARSHAL_RULE
2003-06-13 Larry Ewing <lewing@ximian.com>
* filter-source.c (filter_source_finalize): free current_url.

View File

@ -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@