VST=1 support working in build scripts

git-svn-id: svn://localhost/ardour2/trunk@963 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2006-10-09 19:22:35 +00:00
parent 4f70247986
commit c0192ee340
2 changed files with 4 additions and 3 deletions

View File

@@ -24,5 +24,6 @@ d = fst.Object ('vsti', 'vsti.c')
if fst['VST']:
Default([hackSDK,a,b,c,d])
env.Alias('tarball', env.Distribute (env['DISTTREE'], fst_src + ['SConscript'] ))
env.Alias('tarball', env.Distribute (env['DISTTREE'],
fst_src + ['SConscript', 'fst.h'] ))