changes to make the tarball compile

git-svn-id: svn://localhost/ardour2/trunk@939 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2006-10-02 20:29:57 +00:00
parent 02115563fe
commit c0fa196073
4 changed files with 44 additions and 9 deletions

View File

@@ -35,9 +35,17 @@ env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2'), li
env.Alias('tarball', env.Distribute (env['DISTTREE'],
[ 'NEWS', 'README', 'AUTHORS', 'ChangeLog',
'configure', 'SConscript',] +
'configure', 'SConscript',
'install-sh',
'libsndfile.spec.in',
'sndfile.pc.in',
'config.sub',
'config.guess'
] +
sndfile_files +
glob.glob('src/*.h') +
glob.glob('src/GSM610/*.h') +
glob.glob('src/G72x/*.h') +
[ 'src/sndfile.h.in', 'src/config.h.in', 'src/Symbols.linux', 'src/Symbols.darwin', 'src/libsndfile.def', 'src/cygsndfile.def' ]
))