Move MIDI control port ownership into the MIDI Manager, since control port state...
[ardour.git] / libs / surfaces / wiimote / wscript
index b5c6e1cd284ffdf230faa0619a58cf1ac1bc03d2..edfb3ad901073e9a8a64a92f1f71909bad42360c 100644 (file)
@@ -6,7 +6,7 @@ import os
 # major increment <=> incompatible changes
 # minor increment <=> compatible changes (additions)
 # micro increment <=> no interface changes
-LIBSURFACES_LIB_VERSION = '4.1.0'
+LIBARDOUR_WIIMOTE_LIB_VERSION = '4.1.0'
 
 # Mandatory variables
 srcdir = '.'
@@ -29,10 +29,10 @@ def build(bld):
        obj.includes     = ['.', './wiimote']
        obj.name         = 'libwiimote'
        obj.target       = 'wiimote'
-       obj.uselib_local = 'libardour libsurfaces'
-       obj.vnum         = LIBSURFACES_LIB_VERSION
-       obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
-       
+       obj.uselib_local = 'libardour libardour_cp'
+       obj.vnum         = LIBARDOUR_WIIMOTE_LIB_VERSION
+       obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'surfaces')
+
 def shutdown():
        autowaf.shutdown()