summaryrefslogtreecommitdiff
path: root/libs/soundtouch/SConscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-21 19:30:01 +0000
committerDavid Robillard <d@drobilla.net>2008-02-21 19:30:01 +0000
commit4d94305cc904cc2cce33d62050f351fe80f0d517 (patch)
treefcb4bdeb4a6b3e406a577c1818408e858172ca99 /libs/soundtouch/SConscript
parent0d0bd81a75d23a9d2dd13312f30b7f21138e037a (diff)
Fix install path problems (s/ardour2/ardour3).
Fix finding of keybindings file when running from source tree (via ardev/ardbg). Fix clashing keybindings for zoom stuff. Add note tool keybinding and menu entry. git-svn-id: svn://localhost/ardour2/branches/3.0@3099 d708f5d6-7413-0410-9779-e7cbd77b26cf
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')))