From dfa996f8be7ca8dfbcabed81379390a3825e48f0 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Fri, 23 Feb 2007 04:47:09 +0000 Subject: [PATCH] Replaces tabs with spaces in python file. git-svn-id: svn://localhost/ardour2/trunk@1497 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/tranzport/SConscript | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/libs/surfaces/tranzport/SConscript b/libs/surfaces/tranzport/SConscript index e0460ad6b9..a154685299 100644 --- a/libs/surfaces/tranzport/SConscript +++ b/libs/surfaces/tranzport/SConscript @@ -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')))