summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-25 13:57:28 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-25 13:57:28 -0500
commit79b7fb82f3a9f3e6426c96cea0d06269fbb862fa (patch)
tree0f519bfa011515ea5a874426518beaa8bace57e7 /libs/surfaces/tranzport
parent7000afdc66c9e0ae8dcf9ec080517dabba1e7f34 (diff)
try to get export/visibility and build conditionals right for surfaces/, once more
Diffstat (limited to 'libs/surfaces/tranzport')
-rw-r--r--libs/surfaces/tranzport/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/tranzport/wscript b/libs/surfaces/tranzport/wscript
index 05fd7cf5d6..83c39f1d11 100644
--- a/libs/surfaces/tranzport/wscript
+++ b/libs/surfaces/tranzport/wscript
@@ -39,10 +39,10 @@ def build(bld):
wheel_modes.cc
'''
obj.export_includes = ['./tranzport']
- obj.defines = [ 'PACKAGE="ardour_tranzport"' ]
+ obj.defines = [ 'PACKAGE="ardour_tranzport"' ]
+ obj.defines += [ 'ARDOURSURFACE_DLL_EXPORTS' ]
obj.includes = ['.', './tranzport']
obj.name = 'libardour_tranzport'
- obj.defines = [ 'ARDOURSURFACE_DLL_EXPORTS' ]
obj.target = 'ardour_tranzport'
obj.use = 'libardour libardour_cp'
obj.vnum = LIBARDOUR_TRANZPORT_LIB_VERSION