use visibility control on JACK audio backend, so that we can import this change into...
[ardour.git] / libs / backends / jack / wscript
index 3c47f3a6520ed0193894ebb717d6abbda8785dd5..98c39c7b16f27a9505f0b25be8ccf6b005cc5f4a 100644 (file)
@@ -38,8 +38,9 @@ def build(bld):
     obj.use      = 'ardour libpbd'
     obj.vnum     = JACKBACKEND_VERSION
     obj.install_path  = os.path.join(bld.env['LIBDIR'], 'ardour3', 'backends')
-    obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"']
-    
+    obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"', 
+                   'ARDOURBACKEND_DLL_EXPORTS'
+                   ]
 
     #
     # device discovery code in the jack backend needs ALSA