[gtksourceview] gir: add single include to introspection flags
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] gir: add single include to introspection flags
- Date: Wed, 22 Jun 2011 16:44:25 +0000 (UTC)
commit 5ddb10629ac20d1fc999c26467a974bafab3ffae
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Jun 22 18:43:59 2011 +0200
gir: add single include to introspection flags
gtksourceview/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/Makefile.am b/gtksourceview/Makefile.am
index 7016609..b043afc 100644
--- a/gtksourceview/Makefile.am
+++ b/gtksourceview/Makefile.am
@@ -184,7 +184,10 @@ if HAVE_INTROSPECTION
INTROSPECTION_GIRS = GtkSource-3.0.gir
GtkSource-3.0.gir: libgtksourceview-3.0.la
-INTROSPECTION_SCANNER_ARGS = -I$(top_srcdir) --warn-all
+INTROSPECTION_SCANNER_ARGS = \
+ -I$(top_srcdir) \
+ --c-include=gtksourceview/gtksource.h \
+ --warn-all
GtkSource_3_0_gir_NAMESPACE = GtkSource
GtkSource_3_0_gir_VERSION = 3.0
GtkSource_3_0_gir_LIBS = libgtksourceview-3.0.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]