fix scons breakage on older versions of scons

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4915 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-03-27 18:37:43 +00:00
parent 5696a330af
commit 95114e89ad
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ env.Alias('tarball', env.Distribute (env['DISTTREE'],
fst_src + ['SConscript',
'fst.h',
'jackvst.h',
'vestige'
'vestige/*.h'
] ))