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:
parent
9c167087aa
commit
e719c72f72
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user