diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1cc30ae3..4551da42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,7 +97,7 @@ libyelp/yelp-marshal.h: libyelp/yelp-marshal.list $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=yelp_marshal --header --internal $< > $@ libyelp/yelp-marshal.c: libyelp/yelp-marshal.list libyelp/yelp-marshal.h - $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=yelp_marshal --header --body --internal $< > $@ + $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=yelp_marshal --body --prototypes --internal $< > $@ enum_data = \ libyelp/yelp-types.c \ |