summaryrefslogtreecommitdiff
path: root/libs/soundtouch/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/soundtouch/SConscript')
-rw-r--r--libs/soundtouch/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/soundtouch/SConscript b/libs/soundtouch/SConscript
index 9ddee87b0c..417d00b347 100644
--- a/libs/soundtouch/SConscript
+++ b/libs/soundtouch/SConscript
@@ -23,7 +23,7 @@ libst = st.SharedLibrary('soundtouch', soundtouch_files)
Default(libst)
-env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2'), libst))
+env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour3'), libst))
env.Alias('tarball', env.Distribute (env['DISTTREE'],
[ 'SConscript'] + soundtouch_files + glob.glob('*.h')))