From db83cfb8d09e5ef9aecd905e7fd6ac7973088bed Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 16 Aug 2020 10:36:02 +0200 Subject: [PATCH] psppire-marshaller.c: Include the header file --- src/ui/gui/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $? > $@ -- 2.30.2