fix up waf build in wake of search path changes earlier today

This commit is contained in:
Paul Davis
2014-03-10 17:28:18 -04:00
parent 1a3634f3b9
commit 495c0de4ac
7 changed files with 6 additions and 15 deletions

View File

@@ -32,7 +32,6 @@ def build(bld):
obj.export_includes = ['.']
obj.defines = [ 'PACKAGE="ardour_genericmidi"' ]
obj.defines += [ 'ARDOURSURFACE_DLL_EXPORTS' ]
obj.defines += [ 'PROGRAM_NAME="' + bld.env['PROGRAM_NAME'] + '"' ]
obj.includes = [ '.', './generic_midi']
obj.name = 'libardour_generic_midi'
obj.target = 'ardour_generic_midi'