[gtksourceview] build: introspection stuff for building with mingw



commit 81dda9f897dec1467d9117d652b0a38fa09d2e01
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Jul 22 22:49:26 2014 +0200

    build: introspection stuff for building with mingw

 gtksourceview/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/Makefile.am b/gtksourceview/Makefile.am
index e14d736..3b90e96 100644
--- a/gtksourceview/Makefile.am
+++ b/gtksourceview/Makefile.am
@@ -229,6 +229,8 @@ if HAVE_INTROSPECTION
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS = GtkSource-3.0.gir
 
+INTROSPECTION_SCANNER_ENV = CC="$(CC)"
+
 GtkSource-3.0.gir: libgtksourceview-3.0.la $(BUILT_SOURCES)
 INTROSPECTION_SCANNER_ARGS =                   \
        -I$(top_srcdir)                         \
@@ -237,6 +239,7 @@ INTROSPECTION_SCANNER_ARGS =                        \
        --warn-all
 GtkSource_3_0_gir_NAMESPACE = GtkSource
 GtkSource_3_0_gir_VERSION = 3.0
+GtkSource_3_0_gir_CFLAGS = $(DEP_CFLAGS)
 GtkSource_3_0_gir_LIBS = libgtksourceview-3.0.la
 GtkSource_3_0_gir_FILES =                      \
        $(libgtksourcecompletionwords_files)    \


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