summaryrefslogtreecommitdiff
path: root/libs/surfaces/tranzport
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2007-02-23 04:47:09 +0000
committerTaybin Rutkin <taybin@taybin.com>2007-02-23 04:47:09 +0000
commitdfa996f8be7ca8dfbcabed81379390a3825e48f0 (patch)
tree48d478e910ed36e7e2bacdd7b1feeb0e788f6a60 /libs/surfaces/tranzport
parent7769e6cebef403dc4de9982932fb0f181853c631 (diff)
Replaces tabs with spaces in python file.
git-svn-id: svn://localhost/ardour2/trunk@1497 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/tranzport')
-rw-r--r--libs/surfaces/tranzport/SConscript23
1 files 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')))