summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2021-06-06 12:45:16 -0400
committerShaun McCance <shaunm@gnome.org>2021-06-06 12:45:16 -0400
commitde92c2e9577b63f9d28e114c62d3e1a6dd6a8878 (patch)
treece5b3140e3cfab30234b0ef3f372a5e8be851e84
parentd40e046f2e8c58c5d9238ee852d64fe58890975e (diff)
downloadyelp-de92c2e9577b63f9d28e114c62d3e1a6dd6a8878.tar.gz
Fix deprecated way of calling glib-genmarshal
-rw-r--r--Makefile.am2
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 \