summaryrefslogtreecommitdiff
path: root/libs/surfaces/wiimote/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/wiimote/SConscript')
-rw-r--r--libs/surfaces/wiimote/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/wiimote/SConscript b/libs/surfaces/wiimote/SConscript
index 8c8b3d4791..eee54f37e4 100644
--- a/libs/surfaces/wiimote/SConscript
+++ b/libs/surfaces/wiimote/SConscript
@@ -50,7 +50,7 @@ libardour_wiimote = wiimote.SharedLibrary('ardour_wiimote', wiimote_files)
if wiimote['WIIMOTE']:
Default(libardour_wiimote)
- env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2', 'surfaces'), libardour_wiimote))
+ env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour3', 'surfaces'), libardour_wiimote))
if env['NLS']:
i18n (wiimote, wiimote_files, env)