summaryrefslogtreecommitdiff
path: root/Makefile-gir.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-gir.am')
-rw-r--r--Makefile-gir.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile-gir.am b/Makefile-gir.am
index a09260a9..919e2697 100644
--- a/Makefile-gir.am
+++ b/Makefile-gir.am
@@ -179,10 +179,11 @@ Gio_2_0_gir_PACKAGES = gio-2.0 $(GIO_UNIX_PACKAGES)
Gio_2_0_gir_INCLUDES = GObject-2.0
Gio_2_0_gir_CFLAGS = \
-DGIO_COMPILATION \
+ -DG_SETTINGS_ENABLE_BACKEND \
-I$(GIO_LIBDIR)/glib-2.0/include
Gio_2_0_gir_FILES = \
$(GIO_UNIX_HDRS) \
- $(filter-out %/gsettingsbackend.h, $(shell echo $(GIO_INCLUDEDIR)/gio/*.h)) \
+ $(shell echo $(GIO_INCLUDEDIR)/gio/*.h) \
gir/gio-2.0.c
BUILT_GIRSOURCES += Gio-2.0.gir