X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Ftranzport%2Fwscript;h=6cbafb5173c4a4fd08646efb7d17abc840814395;hb=152935e736eaf06f85bc7f5cb27337a62d95edd4;hp=05fd7cf5d6d2e673e057f2c775c4a5941a0d5860;hpb=a1a3f6c8265264227ce19f731bf1863aff229a94;p=ardour.git diff --git a/libs/surfaces/tranzport/wscript b/libs/surfaces/tranzport/wscript index 05fd7cf5d6..6cbafb5173 100644 --- a/libs/surfaces/tranzport/wscript +++ b/libs/surfaces/tranzport/wscript @@ -39,14 +39,14 @@ def build(bld): wheel_modes.cc ''' obj.export_includes = ['./tranzport'] - obj.defines = [ 'PACKAGE="ardour_tranzport"' ] + obj.defines = [ 'PACKAGE="ardour_tranzport"' ] + obj.defines += [ 'ARDOURSURFACE_DLL_EXPORTS' ] obj.includes = ['.', './tranzport'] obj.name = 'libardour_tranzport' - obj.defines = [ 'ARDOURSURFACE_DLL_EXPORTS' ] obj.target = 'ardour_tranzport' obj.use = 'libardour libardour_cp' obj.vnum = LIBARDOUR_TRANZPORT_LIB_VERSION - obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'surfaces') + obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces') def shutdown(): autowaf.shutdown()