Use EVO_MARSHAL_RULE
* Makefile.am: Use EVO_MARSHAL_RULE svn path=/trunk/; revision=21919
This commit is contained in:
@ -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.
|
||||
|
@ -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@
|
||||
|
Reference in New Issue
Block a user