Move MIDI control port ownership into the MIDI Manager, since control port state...
[ardour.git] / libs / surfaces / wiimote / wscript
index 72dcc9d4e8af7bbc84428611bdb68bec8e4ff8b6..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 = '.'
@@ -30,8 +30,8 @@ def build(bld):
        obj.name         = 'libwiimote'
        obj.target       = 'wiimote'
        obj.uselib_local = 'libardour libardour_cp'
-       obj.vnum         = LIBSURFACES_LIB_VERSION
-       obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
+       obj.vnum         = LIBARDOUR_WIIMOTE_LIB_VERSION
+       obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'surfaces')
 
 def shutdown():
        autowaf.shutdown()