summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 14b91ff..f8b27c2 100644
--- a/wscript
+++ b/wscript
@@ -166,6 +166,7 @@ def build(bld):
' --no-libtool ' +
('--pkg=%s' % pc_path) +
(' -I%s' % bld.path.bldpath()) +
+ ''.join([' -I' + path for path in bld.env.INCLUDES_GTK]) +
(' -L%s' % bld_dir) +
' --library=ganv-1'
' --include=GObject-2.0 --include=Gdk-2.0 --include Gtk-2.0'