summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-16 23:30:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-16 23:30:52 -0400
commite2e057ce598f82a8d47fdb1bc498cd2a6408704b (patch)
tree91932ad94eb60616dd586f9d2e6eeef8ffa1bdfc /libs/ardour/wscript
parentc5115c9a3c8ce6639f37e0b429e0498bb522d913 (diff)
make small beginning on visibility control in libardour
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index e91d019dd5..1adc131332 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -344,7 +344,8 @@ def build(bld):
'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
'PROGRAM_NAME="' + bld.env['PROGRAM_NAME'] + '"',
- 'EVORAL_MIDI_XML=1'
+ 'EVORAL_MIDI_XML=1',
+ 'LIBARDOUR_DLL_EXPORTS=1'
]
#obj.source += ' st_stretch.cc st_pitch.cc '