summaryrefslogtreecommitdiff
path: root/libs/gnomecanvas
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-13 18:03:42 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-13 18:03:42 +0000
commite719c72f726c6dcbce42fe97640de8dc1200361a (patch)
tree73f508dbc2703dcc6f9702b619a6c0f39f48964d /libs/gnomecanvas
parent9c167087aa684525ef1022f9ef92a1a57d80d0f1 (diff)
Make build look for gnomecanvas headers in our copy rather than the system one.
git-svn-id: svn://localhost/ardour2/branches/3.0@9138 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gnomecanvas')
-rw-r--r--libs/gnomecanvas/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gnomecanvas/wscript b/libs/gnomecanvas/wscript
index bf8ad8811d..346b79921c 100644
--- a/libs/gnomecanvas/wscript
+++ b/libs/gnomecanvas/wscript
@@ -54,6 +54,7 @@ def build(bld):
# Library
obj = bld.new_task_gen('cc', 'shlib')
obj.source = libgnomecanvas_sources
+ obj.export_incdirs = ['.']
obj.includes = ['.']
obj.name = 'libgnomecanvas-2'
obj.target = 'gnomecanvas-2'