summaryrefslogtreecommitdiff
path: root/libs/surfaces/control_protocol/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-17 15:02:20 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-17 15:02:20 -0400
commit61c1956ef994483d92828169b7b032d5520d2256 (patch)
tree9c2b73ed47a1020d4803ad2d5a848d2af7b2c87e /libs/surfaces/control_protocol/wscript
parent2fab8182cc1e40844652922acf56cc0d71bc2051 (diff)
add -fvisibility=hidden to evoral, and make things work
Diffstat (limited to 'libs/surfaces/control_protocol/wscript')
-rw-r--r--libs/surfaces/control_protocol/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/control_protocol/wscript b/libs/surfaces/control_protocol/wscript
index eb2db5d269..6cc285454b 100644
--- a/libs/surfaces/control_protocol/wscript
+++ b/libs/surfaces/control_protocol/wscript
@@ -30,7 +30,7 @@ def build(bld):
# defines for this library
obj.defines = [ 'LIBCONTROLCP_DLL=1', 'LIBCONTROLCP_DLL_EXPORTS=1' ]
# internal shared libs that we use
- obj.defines += [ 'LIBPBD_DLL=1', 'LIBARDOUR_DLL=1' ]
+ obj.defines += [ 'LIBPBD_DLL=1', 'LIBARDOUR_DLL=1', 'LIBEVORAL_DLL=1' ]
else:
obj = bld.stlib(features = 'c cxx cstlib cxxstlib', source=controlcp_sources)
obj.cxxflags = [ '-fPIC' ]