summaryrefslogtreecommitdiff
path: root/libs/surfaces/wiimote
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/wiimote
parent2fab8182cc1e40844652922acf56cc0d71bc2051 (diff)
add -fvisibility=hidden to evoral, and make things work
Diffstat (limited to 'libs/surfaces/wiimote')
-rw-r--r--libs/surfaces/wiimote/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/wiimote/wscript b/libs/surfaces/wiimote/wscript
index eb4e2306e8..623aa960db 100644
--- a/libs/surfaces/wiimote/wscript
+++ b/libs/surfaces/wiimote/wscript
@@ -27,7 +27,7 @@ def build(bld):
obj.export_includes = ['./wiimote']
obj.defines = [ 'PACKAGE="ardour_wiimote"' ]
if bld.is_defined ('INTERNAL_SHARED_LIBS'):
- obj.defines += [ 'LIBARDOUR_DLL=1', 'LIBCONTROLCP_DLL=1', 'LIBPBD_DLL=1', 'LIBGTKMM2EXT_DLL=1' ]
+ obj.defines += [ 'LIBARDOUR_DLL=1', 'LIBCONTROLCP_DLL=1', 'LIBPBD_DLL=1', 'LIBGTKMM2EXT_DLL=1', 'LIBEVORAL_DLL=1' ]
obj.includes = ['.', '../libs']
obj.name = 'libardour_wiimote'
obj.target = 'ardour_wiimote'