X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-gobject%2FMakefile.am;h=93ca2f31bd1ec90bba2c1cde276716bc0bdc8cb2;hb=bdec379e33d153413d7559f393ef7f9d35a1e3bb;hp=b2a09c753ed66559a76d9198d8b43b329f46d0fe;hpb=35fb9ebe352a141ee9fe72b1e2a160e8c198bd16;p=catta diff --git a/avahi-gobject/Makefile.am b/avahi-gobject/Makefile.am index b2a09c7..93ca2f3 100644 --- a/avahi-gobject/Makefile.am +++ b/avahi-gobject/Makefile.am @@ -88,7 +88,7 @@ signals-marshal.h: signals-marshal.list $(AM_V_GEN)glib-genmarshal --header --prefix=_ga_signals_marshal $< > $@ signals-marshal.c: signals-marshal.list - $(AM_V_GEN)glib-genmarshal --body --prefix=_ga_signals_marshal $< > $@ + $(AM_V_GEN)(echo "#include \"signals-marshal.h\"" ; glib-genmarshal --body --prefix=_ga_signals_marshal $< ) > $@ # rules for making the glib enum objects @@ -102,7 +102,7 @@ signals-marshal.c: signals-marshal.list %-enumtypes.c: %.h Makefile.in $(AM_V_GEN)glib-mkenums \ - --fhead "#include <$*.h>" \ + --fhead "#include <$*.h>\n#include<$*-enumtypes.h>" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@VALUENAME@\" }," \