From 7702296c156d114b950d71c043b413f0a1d3de07 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 30 Oct 2011 20:45:11 +0100 Subject: [PATCH] gcr: Fix gobject-introspection build ... again https://bugzilla.gnome.org/show_bug.cgi?id=662648 --- gcr/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gcr/Makefile.am b/gcr/Makefile.am index f240cfa..f7da1b9 100644 --- a/gcr/Makefile.am +++ b/gcr/Makefile.am @@ -303,6 +303,7 @@ INTROSPECTION_GIRS = Gcr-@GCR_MAJOR@.gir INTROSPECTION_SCANNER_ARGS = \ $(INTROSPECTION_FLAGS) \ --warn-all \ + --add-include-path=$(top_builddir)/gck \ --include-uninstalled=$(top_builddir)/gck/Gck-@GCK_MAJOR@.gir INTROSPECTION_COMPILER_ARGS = \ --includedir=$(srcdir) \ -- 2.7.4