mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
build tweaks to include tranzport code in tarball
git-svn-id: svn://localhost/ardour2/trunk@1174 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9f2164b4f3
commit
ba32e48dd1
3 changed files with 15 additions and 13 deletions
|
|
@ -44,12 +44,11 @@ tranzport.Merge ([
|
|||
|
||||
libardour_tranzport = tranzport.SharedLibrary('ardour_tranzport', tranzport_files)
|
||||
|
||||
Default(libardour_tranzport)
|
||||
|
||||
if env['NLS']:
|
||||
i18n (tranzport, tranzport_files, env)
|
||||
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_tranzport))
|
||||
if tranzport['TRANZPORT']:
|
||||
Default(libardour_tranzport)
|
||||
if env['NLS']:
|
||||
i18n (tranzport, tranzport_files, env)
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_tranzport))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript' ] +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue