[gtk+] gdk: Add --c-include gdk/gdk.h to Gir build.



commit 268efbc0ef45089ff1c35425278c265187ca24c7
Author: Benjamin Otte <otte redhat com>
Date:   Tue Jan 11 16:34:01 2011 +0100

    gdk: Add --c-include gdk/gdk.h to Gir build.

 gdk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 6c16c42..33b2d6c 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]