Replaces tabs with spaces in python file.
git-svn-id: svn://localhost/ardour2/trunk@1497 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7769e6cebe
commit
dfa996f8be
@ -49,7 +49,7 @@ tranzport.Append(CXXFLAGS="-DDATA_DIR=\\\""+final_prefix+"/share\\\"")
|
||||
tranzport.Append(CXXFLAGS="-DCONFIG_DIR=\\\""+final_config_prefix+"\\\"")
|
||||
tranzport.Append(CXXFLAGS="-DLOCALEDIR=\\\""+final_prefix+"/share/locale\\\"")
|
||||
#if env['HAVE_TRANZPORT_KERNEL_DRIVER']:
|
||||
# tranzport.Append(CXXFLAGS="-DHAVE_TRANZPORT_KERNEL_DRIVER=1")
|
||||
# tranzport.Append(CXXFLAGS="-DHAVE_TRANZPORT_KERNEL_DRIVER=1")
|
||||
|
||||
#merge more into tranzport files for the right io lib
|
||||
|
||||
@ -69,17 +69,14 @@ tranzport.Merge ([
|
||||
libardour_tranzport = tranzport.SharedLibrary('ardour_tranzport', tranzport_files)
|
||||
|
||||
if tranzport['TRANZPORT']:
|
||||
Default(libardour_tranzport)
|
||||
if env['NLS']:
|
||||
i18n (tranzport, tranzport_files, env)
|
||||
# if env['HAVE_TRANZPORT_KERNEL_DRIVER']:
|
||||
# tranzport.Merge([
|
||||
# libraries['usb']
|
||||
# ])
|
||||
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2', 'surfaces'), libardour_tranzport))
|
||||
Default(libardour_tranzport)
|
||||
if env['NLS']:
|
||||
i18n (tranzport, tranzport_files, env)
|
||||
# if env['HAVE_TRANZPORT_KERNEL_DRIVER']:
|
||||
# tranzport.Merge([ libraries['usb'] ])
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2', 'surfaces'), libardour_tranzport))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript' ] +
|
||||
tranzport_files +
|
||||
glob.glob('po/*.po') + glob.glob('*.h')))
|
||||
[ 'SConscript' ] +
|
||||
tranzport_files +
|
||||
glob.glob('po/*.po') + glob.glob('*.h')))
|
||||
|
Loading…
Reference in New Issue
Block a user