summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-01-11 16:34:59 +0100
committerBenjamin Otte <otte@redhat.com>2011-01-11 16:46:59 +0100
commitb05f54ff73615bd7e94f1f9dc9363e9477114f9b (patch)
tree5f424dcd4b7be4fb12cce39d53bd76d4c6a645dd /gdk/Makefile.am
parentebd5f8b10e2287e9b1e13ead0a780573612b9201 (diff)
downloadgtk+-b05f54ff73615bd7e94f1f9dc9363e9477114f9b.tar.gz
x11: Add --c-include for gdk/gdkx.h to Gdk-X11 gir build
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r--gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index cc1a54c897..cd531e6c6b 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -233,7 +233,7 @@ x11_introspection_files = \
x11/gdkx11window.h
GdkX11-3.0.gir: libgdk-3.0.la Gdk-3.0.gir Makefile
-GdkX11_3_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk
+GdkX11_3_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk --c-include="gdk/gdkx.h"
GdkX11_3_0_gir_INCLUDES = Gio-2.0 Gdk-3.0 GdkPixbuf-2.0 Pango-1.0 xlib-2.0
GdkX11_3_0_gir_LIBS = libgdk-3.0.la
GdkX11_3_0_gir_FILES = $(x11_introspection_files)