From 8a93a87db0e90c1bf9057901950b7836630c3b1b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 16 Feb 2015 17:32:43 +0100 Subject: remove lib versioning for internal plugins Those objects do not have a versioned API by themselves. This fixes issues with duplicate deployment (OSX, Linux bundles: cp) and ardour listing control-surfaces multiple times (file index plugin dir). --- libs/surfaces/tranzport/wscript | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs/surfaces/tranzport') diff --git a/libs/surfaces/tranzport/wscript b/libs/surfaces/tranzport/wscript index 6cbafb5173..21711149d7 100644 --- a/libs/surfaces/tranzport/wscript +++ b/libs/surfaces/tranzport/wscript @@ -2,12 +2,6 @@ from waflib.extras import autowaf as autowaf import os -# Library version (UNIX style major, minor, micro) -# major increment <=> incompatible changes -# minor increment <=> compatible changes (additions) -# micro increment <=> no interface changes -LIBARDOUR_TRANZPORT_LIB_VERSION = '4.1.0' - # Mandatory variables top = '.' out = 'build' @@ -45,7 +39,6 @@ def build(bld): obj.name = 'libardour_tranzport' obj.target = 'ardour_tranzport' obj.use = 'libardour libardour_cp' - obj.vnum = LIBARDOUR_TRANZPORT_LIB_VERSION obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces') def shutdown(): -- cgit v1.2.3