Upgrade to waf 1.5.4.

git-svn-id: svn://localhost/ardour2/branches/3.0@4991 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2009-04-18 16:15:12 +00:00
parent 588900a09b
commit 3ae378a17c
17 changed files with 33 additions and 32 deletions

View File

@@ -26,7 +26,7 @@ def build(bld):
smpte.cc
'''
obj.export_incdirs = ['.']
obj.cxxflags = '-DPACKAGE=\\\"ardour_cp\\\"'
obj.cxxflags = '-DPACKAGE="ardour_cp"'
obj.includes = ['.']
obj.name = 'libsurfaces'
obj.target = 'surfaces'