summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
Diffstat (limited to 'vst')
-rw-r--r--vst/SConscript8
1 files changed, 8 insertions, 0 deletions
diff --git a/vst/SConscript b/vst/SConscript
index 0e3055e4ce..a1f2bbb616 100644
--- a/vst/SConscript
+++ b/vst/SConscript
@@ -75,3 +75,11 @@ Default([wine_generated_executable, wine_executable])
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',
+ 'winmain.c',
+ 'ardourvst.in',
+ 'ardevst'
+ ]))
+