New editor API to retrieve the Stripable with via presentation info order.
[ardour.git] / libs / qm-dsp / wscript
index 0686d6ffe094aa596e396e07287e5c83e7e0001c..ef15abffb73805454b9bed95ac12d6b64c8351a7 100644 (file)
@@ -47,14 +47,13 @@ def build(bld):
             maths/MathUtilities.cpp
             base/Pitch.cpp
     '''
-    obj.cxxflags     = [ '-fvisibility=default' ]
-    obj.cflags       = [ '-fvisibility=default' ]
+    autowaf.ensure_visible_symbols (obj, True)
     obj.export_includes = ['.']
     obj.includes     = ['.']
     obj.name         = 'libqmdsp'
     obj.target       = 'qmdsp'
     obj.vnum         = QM_DSP_VERSION
-    obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
+    obj.install_path = bld.env['LIBDIR']
 
 def shutdown():
     autowaf.shutdown()