add a test-sequence for polyphonic pressure
[ardour.git] / libs / backends / alsa / wscript
index 173b6e08909a98c9e2a2066177bd4d04cd4c9e35..465260d2652311adc528d51deedb25af98cfb869 100644 (file)
@@ -4,11 +4,6 @@ import os
 import sys
 import re
 
-# Library version (UNIX style major, minor, micro)
-# major increment <=> incompatible changes
-# minor increment <=> compatible changes (additions)
-# micro increment <=> no interface changes
-ALSABACKEND_VERSION = '0.0.1'
 I18N_PACKAGE = 'alsa-backend'
 
 # Mandatory variables
@@ -34,8 +29,7 @@ def build(bld):
     obj.name     = 'alsa_audiobackend'
     obj.target   = 'alsa_audiobackend'
     obj.use      = 'libardour libpbd ardouralsautil'
-    obj.uselib   = 'ALSA'
-    obj.vnum     = ALSABACKEND_VERSION
+    obj.uselib   = 'ALSA GLIBMM XML'
     obj.install_path  = os.path.join(bld.env['LIBDIR'], 'backends')
     obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
                    'ARDOURBACKEND_DLL_EXPORTS'