summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-10-10 02:36:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-10-10 02:36:18 +0000
commit6c56eb646b9c00f4c38c56717d0f5419f1b0d07b (patch)
tree9f53fc7104923a4b5cab9cbb287279a4481468c3 /vst
parent082c4570a1efbf59794a79820a96dd88de23c73b (diff)
do not include install targets for conditionally-built subdirs2.0beta5.1
git-svn-id: svn://localhost/ardour2/trunk@969 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'vst')
-rw-r--r--vst/SConscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/vst/SConscript b/vst/SConscript
index 6736fe2c0e..988a386de3 100644
--- a/vst/SConscript
+++ b/vst/SConscript
@@ -71,10 +71,10 @@ if ardour_vst['VST']:
ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (Chmod (wine_executable, 0755)))
Default([wine_generated_executable, wine_executable])
-# the wine script - into the bin dir
-env.Alias('install', env.Install(os.path.join(install_prefix, 'bin'), wine_executable))
-# the win32 executable - into the lib dir since the wine script will look for it there
-env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2'), 'ardour_vst.exe.so'))
+ # the wine script - into the bin dir
+ env.Alias('install', env.Install(os.path.join(install_prefix, 'bin'), wine_executable))
+ # the win32 executable - into the lib dir since the wine script will look for it there
+ env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2'), 'ardour_vst.exe.so'))
env.Alias ('tarball', env.Distribute (env['DISTTREE'],
[ 'SConscript',