summaryrefslogtreecommitdiff
path: root/capplets/display/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/display/Makefile.am')
-rw-r--r--capplets/display/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/display/Makefile.am b/capplets/display/Makefile.am
index e6fec237..24dfa1b7 100644
--- a/capplets/display/Makefile.am
+++ b/capplets/display/Makefile.am
@@ -58,7 +58,7 @@ AM_CPPFLAGS = \
foo-marshal.c: foo-marshal.list
@GLIB_GENMARSHAL@ --prefix=foo_marshal $< --header > $@
foo-marshal.h: foo-marshal.list
- @GLIB_GENMARSHAL@ --prefix=foo_marshal $< --body --header > $@
+ @GLIB_GENMARSHAL@ --prefix=foo_marshal $< --body --prototypes > $@
mate-display-properties-resources.h mate-display-properties-resources.c: org.mate.mcc.display.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir) $(srcdir)/org.mate.mcc.display.gresource.xml)
$(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate --c-name display $<