13
0

rename OSC surface shared object so that its copied into the bundle

git-svn-id: svn://localhost/ardour2/branches/3.0@9206 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-25 21:26:17 +00:00
parent 8d203215e7
commit 9ea426955b

View File

@ -31,7 +31,7 @@ def build(bld):
obj.cxxflags = '-DPACKAGE="ardour_cp"'
obj.includes = ['.', './osc']
obj.name = 'libardour_osc'
obj.target = 'osc'
obj.target = 'ardour_osc'
obj.uselib = ' LO '
obj.uselib_local = 'libardour libardour_cp libpbd'
obj.vnum = LIBARDOUR_OSC_LIB_VERSION