mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Merged with trunk R992.
Completely untested other than it compiles, runs, and records somewhat (need to merge again). git-svn-id: svn://localhost/ardour2/branches/midi@999 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7bd41538d9
commit
fedf3d34f3
297 changed files with 6156 additions and 5481 deletions
|
|
@ -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' ]
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue