gir: Fix build of Gio-2.0.gir
authorBenjamin Otte <otte@redhat.com>
Tue, 11 Jan 2011 13:02:58 +0000 (14:02 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 11 Jan 2011 14:10:33 +0000 (15:10 +0100)
- include gio-unix headers properly into Gio gir
- don't include gsettingsbackend.h

Makefile-gir.am

index 4798a79..5751f80 100644 (file)
@@ -155,6 +155,7 @@ else
 GIO_UNIX_HDRS=
 GIO_UNIX_PACKAGES =
 endif
+GIO_CINCLUDES=$(patsubst %,--c-include='%',$(shell echo $(GIO_UNIX_HDRS)))
 
 Gio-2.0.gir: GObject-2.0.gir
 
@@ -165,6 +166,7 @@ Gio_2_0_gir_SCANNERFLAGS = \
             --warn-all \
             --identifier-prefix=G \
             --c-include="gio/gio.h" \
+            $(GIO_CINCLUDES) \
             --add-include-path=. \
             $(Gio_2_0_gir_DOCSRC)
 
@@ -175,7 +177,7 @@ Gio_2_0_gir_CFLAGS = \
             -I$(GIO_LIBDIR)/glib-2.0/include
 Gio_2_0_gir_FILES = \
             $(GIO_UNIX_HDRS) \
-            $(GIO_INCLUDEDIR)/gio/*.h \
+            $(filter-out %/gsettingsbackend.h, $(shell echo $(GIO_INCLUDEDIR)/gio/*.h)) \
             gir/gio-2.0.c
 
 BUILT_GIRSOURCES += Gio-2.0.gir