From 7884727e78f9e2253b2b6d8ef441fa07272fe950 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 17 Jul 2009 22:12:21 +0000 Subject: massive changes to waf build scripts so that nearly everything "should" be working now except for i18n (OSC is not quite right) ; some preliminary work on post-main-out handling, incomplete; a couple of fixes from -Wall and valgrind git-svn-id: svn://localhost/ardour2/branches/3.0@5371 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/tranzport/wscript | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs/surfaces/tranzport') diff --git a/libs/surfaces/tranzport/wscript b/libs/surfaces/tranzport/wscript index dec4b9c1d3..a5181566c2 100644 --- a/libs/surfaces/tranzport/wscript +++ b/libs/surfaces/tranzport/wscript @@ -6,7 +6,7 @@ import os # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -LIBSURFACES_LIB_VERSION = '4.1.0' +LIBARDOUR_TRANZPORT_LIB_VERSION = '4.1.0' # Mandatory variables srcdir = '.' @@ -41,10 +41,10 @@ def build(bld): obj.export_incdirs = ['./tranzport'] obj.cxxflags = '-DPACKAGE="ardour_tranzport"' obj.includes = ['.', './tranzport'] - obj.name = 'libtranzport' - obj.target = 'tranzport' - obj.uselib_local = 'libardour libsurfaces' - obj.vnum = LIBSURFACES_LIB_VERSION + obj.name = 'libardour_tranzport' + obj.target = 'ardour_tranzport' + obj.uselib_local = 'libardour libardour_cp' + obj.vnum = LIBARDOUR_TRANZPORT_LIB_VERSION obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3') def shutdown(): -- cgit v1.2.3