summary refs log tree commit diff
path: root/Makefile.glib
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.glib')
-rw-r--r--Makefile.glib2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.glib b/Makefile.glib
index 626b946c..87b7f823 100644
--- a/Makefile.glib
+++ b/Makefile.glib
@@ -85,7 +85,7 @@ $(1).h: $(1).h.stamp
 
 $(1).c.stamp: $(_glib_enum_types_h_sources) Makefile
 	$$(_GLIB_V_GEN) $$(GLIB_MKENUMS) \
-		--fhead "/* Generated by glib-mkenums. Do not edit */\n\n#include \"$(notdir $(1)).h\"\n" \
+		--fhead "/* Generated by glib-mkenums. Do not edit */\n\n#include \"config.h\"\n\n#include \"$(notdir $(1)).h\"\n" \
 		$$(GLIB_MKENUMS_C_FLAGS) \
 		$$($(_glib_enum_types_prefix)_MKENUMS_C_FLAGS) \
 		--fhead "$$(foreach f,$$(filter-out Makefile,$$(^F)),\n#include \"$$(f)\")\n\n" \