summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/tranzport/wscript')
-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