summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-04 22:09:48 +0000
committerDavid Robillard <d@drobilla.net>2009-05-04 22:09:48 +0000
commitb8b1836a361acae43c58649bbd4b2070138ef524 (patch)
tree66a58167e8639427b0caace5b4f815949d55c059 /src/engine
parent0a865a7a141f52a71b1d27ffcc2c84de5eb2431d (diff)
downloadingen-b8b1836a361acae43c58649bbd4b2070138ef524.tar.gz
ingen-b8b1836a361acae43c58649bbd4b2070138ef524.tar.bz2
ingen-b8b1836a361acae43c58649bbd4b2070138ef524.zip
Strip trailing whitespace from waf scripts.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1962 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/wscript b/src/engine/wscript
index 47b23d57..ec22f801 100644
--- a/src/engine/wscript
+++ b/src/engine/wscript
@@ -51,7 +51,7 @@ def build(bld):
obj.uselib_local = 'libingen_shared'
core_libs = 'GLIBMM GTHREAD LV2CORE SLV2 RAUL REDLANDMM'
autowaf.use_lib(bld, obj, core_libs)
-
+
obj = bld.new_task_gen('cxx', 'shlib')
obj.source = '''
events/SetPortValueEvent.cpp
@@ -90,7 +90,7 @@ def build(bld):
obj.target = 'ingen_engine_queued'
obj.install_path = '${LIBDIR}/ingen'
autowaf.use_lib(bld, obj, core_libs)
-
+
if bld.env['HAVE_SOUP'] == 1:
obj = bld.new_task_gen('cxx', 'shlib')
obj.source = '''
@@ -104,7 +104,7 @@ def build(bld):
obj.target = 'ingen_engine_http'
obj.install_path = '${LIBDIR}/ingen'
autowaf.use_lib(bld, obj, core_libs + ' SOUP')
-
+
if bld.env['HAVE_LIBLO'] == 1:
obj = bld.new_task_gen('cxx', 'shlib')
obj.source = '''
@@ -119,7 +119,7 @@ def build(bld):
obj.target = 'ingen_engine_osc'
obj.install_path = '${LIBDIR}/ingen'
autowaf.use_lib(bld, obj, core_libs + ' LIBLO')
-
+
if bld.env['HAVE_JACK'] == 1:
obj = bld.new_task_gen('cxx', 'shlib')
obj.source = 'JackAudioDriver.cpp JackMidiDriver.cpp'