From: John Darrington Date: Sun, 16 Aug 2020 08:36:02 +0000 (+0200) Subject: psppire-marshaller.c: Include the header file X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db83cfb8d09e5ef9aecd905e7fd6ac7973088bed;p=pspp psppire-marshaller.c: Include the header file --- diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 33eb18677b..f7872962d1 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -381,7 +381,7 @@ src/ui/gui/resources.c: src/ui/gui/resources.xml src/ui/gui/psppire-marshal.c: src/ui/gui/marshaller-list $(AM_V_GEN)echo '#include ' > $@ - $(AM_V_at)$(GLIB_GENMARSHAL) --body --prefix=psppire_marshal $? >> $@ + $(AM_V_at)$(GLIB_GENMARSHAL) --body --include-header=ui/gui/psppire-marshal.h --prefix=psppire_marshal $? >> $@ src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list $(AM_V_GEN)$(GLIB_GENMARSHAL) --header --prefix=psppire_marshal $? > $@