summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-18 11:50:44 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-18 11:50:44 -0400
commitf85c67501c2bef578eeb53741d0dfecaa0c723df (patch)
tree2704e1cbf2ed747c996bb48b1433298e62d4e331 /libs/surfaces/mackie/wscript
parent683496c501641fb5d7d47bdf9064aed72755ca61 (diff)
reverse the visibility.h files assumptions that we don't build shared libs by default
This avoids having to define define LIBFOO_DLL=1 all over the place. If we ever go with static libs we will need to define LIBFOO_STATIC=1 but hopefully in some central location like the top level wscript. Oh, and I also dropped support for gcc older than version 4.x because ardour will already not build on such an old version.
Diffstat (limited to 'libs/surfaces/mackie/wscript')
-rw-r--r--libs/surfaces/mackie/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/surfaces/mackie/wscript b/libs/surfaces/mackie/wscript
index d76a26f651..beba402fa1 100644
--- a/libs/surfaces/mackie/wscript
+++ b/libs/surfaces/mackie/wscript
@@ -43,8 +43,6 @@ def build(bld):
'''
obj.export_includes = ['./mackie']
obj.defines = [ 'PACKAGE="ardour_mackie"' ]
- if bld.is_defined ('INTERNAL_SHARED_LIBS'):
- obj.defines += [ 'LIBARDOUR_DLL=1', 'LIBCONTROLCP_DLL=1', 'LIBPBD_DLL=1', 'LIBGTKMM2EXT_DLL=1', 'LIBEVORAL_DLL=1' ]
# need ../libs because some GTK2 header files require stuff there
obj.includes = ['.', '../libs']
obj.name = 'libardour_mcp'