initial commit of hand merging, plus getting "ancient" waf script to work correctly
This commit is contained in:
@@ -30,7 +30,7 @@ def build(bld):
|
||||
obj.includes = ['.', './control_protocol']
|
||||
obj.name = 'libardour_cp'
|
||||
obj.target = 'ardourcp'
|
||||
obj.use = 'ardour libtimecode'
|
||||
obj.use = 'libardour libtimecode'
|
||||
obj.vnum = LIBARDOUR_CP_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user