13
0

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
This commit is contained in:
Carl Hetherington 2011-03-13 18:03:42 +00:00
parent 9c167087aa
commit e719c72f72

View File

@ -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'