summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-04-16 14:06:50 +0200
committerraveit65 <[email protected]>2020-04-25 17:01:59 +0200
commit0959021c2b0d14874caf76e9ffe195f826a2fc1e (patch)
treed4d73a7013d1b982eca7fd36f8c198b8a537004d
parentc5ee3033899c976f0011886209dc792fa5b892f3 (diff)
downloadmate-settings-daemon-0959021c2b0d14874caf76e9ffe195f826a2fc1e.tar.bz2
mate-settings-daemon-0959021c2b0d14874caf76e9ffe195f826a2fc1e.tar.xz
build: Using --header and --body at the same time is deprecated
-rw-r--r--plugins/media-keys/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/media-keys/Makefile.am b/plugins/media-keys/Makefile.am
index 0a45709..fa18bc9 100644
--- a/plugins/media-keys/Makefile.am
+++ b/plugins/media-keys/Makefile.am
@@ -17,7 +17,7 @@ msd-media-keys-manager-glue.h: msd-media-keys-manager.xml Makefile
&& rm -f xgen-$(@F)
msd-marshal.c: msd-marshal.list
- $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=msd_marshal $< --header --body --internal > $@
+ $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=msd_marshal $< --body --prototypes --internal > $@
msd-marshal.h: msd-marshal.list
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=msd_marshal $< --header --internal > $@