summaryrefslogtreecommitdiff
path: root/Makefile-gir.am
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-03-03 13:12:35 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-03-04 18:24:20 +0100
commit8d1aa1e9286ca561810ebad8127ba267203bf9b0 (patch)
tree903b943c7daab0a013dcaff1f05e9616280957c0 /Makefile-gir.am
parentd7524c9d9ec6ac8b3db19177b2976187b3b6b3dd (diff)
downloadgobject-introspection-8d1aa1e9286ca561810ebad8127ba267203bf9b0.tar.gz
gir: skip glib-enumtypes.h for GObject-2.0. See #267
The newly added GTypes in glib!481 result in g-i generating an enum type in GLib-2.0 and a GType based one in GObject-2.0. This makes problems for the dlang bindings (see #267) so skip them for now. Ideally we should include it in GLib-2.0 like we do with glib-types.h.
Diffstat (limited to 'Makefile-gir.am')
-rw-r--r--Makefile-gir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-gir.am b/Makefile-gir.am
index 36c8dc60..b59b0a6b 100644
--- a/Makefile-gir.am
+++ b/Makefile-gir.am
@@ -117,7 +117,7 @@ GObject_2_0_gir_CFLAGS = \
-I$(GOBJECT_INCLUDEDIR) \
-I$(GOBJECT_LIBDIR)/glib-2.0/include
GObject_2_0_gir_FILES = \
- $(filter-out $(GOBJECT_INCLUDEDIR)/gobject/glib-types.h $(GOBJECT_INCLUDEDIR)/gobject/gvaluecollector.h, \
+ $(filter-out $(GOBJECT_INCLUDEDIR)/gobject/glib-types.h $(GOBJECT_INCLUDEDIR)/gobject/gvaluecollector.h (GOBJECT_INCLUDEDIR)/gobject/glib-enumtypes.h, \
$(wildcard $(GOBJECT_INCLUDEDIR)/gobject/*.h)) \
gir/gobject-2.0.c