Added missing '#include <config.h>' lines.
[pspp] / src / ui / gui / automake.mk
index 1a2b4af13113f08098b3be0a585e6444999dc1a7..0d3bbc187dbf86d9bd503e9ea8b0ac92f617fe9c 100644 (file)
@@ -252,7 +252,8 @@ PHONY += yelp-check
 AM_CPPFLAGS += -Isrc
 
 src/ui/gui/psppire-marshal.c: src/ui/gui/marshaller-list
-       glib-genmarshal --body --prefix=psppire_marshal $< > $@
+       echo '#include <config.h>' > $@
+       glib-genmarshal --body --prefix=psppire_marshal $< >> $@
 
 src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list
        glib-genmarshal --header --prefix=psppire_marshal $< > $@