Include stripped down libsmf code internally.
[ardour.git] / libs / soundtouch / SConscript
index 9ddee87b0c3457dd6b63cb235b8821f351a2eb6e..bfd1892212039d962c515bfcc73884513c3f40a1 100644 (file)
@@ -16,14 +16,14 @@ cpu_detect_x86_gcc.cpp
 """)
 
 Import('env install_prefix')
-st = env.Copy()
+st = env.Clone()
 st.Append(CCFLAGS="-DHAVE_CONFIG_H -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE")
 
 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')))