summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-01-11 16:34:01 +0100
committerBenjamin Otte <otte@redhat.com>2011-01-11 16:46:59 +0100
commit268efbc0ef45089ff1c35425278c265187ca24c7 (patch)
treebf6ba0aec23fd791037dad6683a73741b59848f7 /gdk
parenta25813cc2403a73047598f59512802bc927edfb6 (diff)
downloadgtk+-268efbc0ef45089ff1c35425278c265187ca24c7.tar.gz
gdk: Add --c-include gdk/gdk.h to Gir build.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 6c16c42a40..33b2d6caff 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -183,7 +183,7 @@ introspection_files = \
gdkenumtypes.h
Gdk-3.0.gir: libgdk-3.0.la Makefile
-Gdk_3_0_gir_SCANNERFLAGS = --warn-all
+Gdk_3_0_gir_SCANNERFLAGS = --warn-all --c-include="gdk/gdk.h"
Gdk_3_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-2.0 Pango-1.0 cairo-1.0
Gdk_3_0_gir_LIBS = libgdk-3.0.la
Gdk_3_0_gir_FILES = $(introspection_files)