diff options
author | rbuj <[email protected]> | 2020-02-03 08:49:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 14:08:29 +0100 |
commit | 0ac9d0c1375e3c36a7cd07ece1fc8fbaabd56213 (patch) | |
tree | 7403738bca7432639b18e30c0240c33b01327d3d /capplets/about-me | |
parent | be61ed39acc8dcabd154d785d7c989739ac085c7 (diff) | |
download | mate-control-center-0ac9d0c1375e3c36a7cd07ece1fc8fbaabd56213.tar.bz2 mate-control-center-0ac9d0c1375e3c36a7cd07ece1fc8fbaabd56213.tar.xz |
glib-genmarshal: Using --header and --body at the same time is deprecated
Diffstat (limited to 'capplets/about-me')
-rw-r--r-- | capplets/about-me/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index 59b68313..4c72622e 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -20,7 +20,7 @@ mate_about_me_SOURCES = \ marshal.h: fprintd-marshal.list @GLIB_GENMARSHAL@ --prefix=fprintd_marshal $< --header > $@ marshal.c: fprintd-marshal.list - @GLIB_GENMARSHAL@ --prefix=fprintd_marshal $< --body --header > $@ + @GLIB_GENMARSHAL@ --prefix=fprintd_marshal $< --body --prototypes > $@ mate-about-me-resources.h mate-about-me-resources.c: org.mate.mcc.am.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir) $(srcdir)/org.mate.mcc.am.gresource.xml) $(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate --c-name about_me $< |