another tweak for VST building

git-svn-id: svn://localhost/ardour2/trunk@964 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-10-09 19:53:04 +00:00
parent c0192ee340
commit cdbcb1a4ea
2 changed files with 5 additions and 2 deletions

View file

@ -25,5 +25,8 @@ if fst['VST']:
Default([hackSDK,a,b,c,d])
env.Alias('tarball', env.Distribute (env['DISTTREE'],
fst_src + ['SConscript', 'fst.h'] ))
fst_src + ['SConscript',
'fst.h',
'jackvst.h'
] ))