summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/wscript2
-rw-r--r--src/engine/wscript8
-rw-r--r--src/gui/wscript2
-rw-r--r--src/ingen/wscript2
4 files changed, 7 insertions, 7 deletions
diff --git a/src/client/wscript b/src/client/wscript
index b7905c5b..53601150 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -20,7 +20,7 @@ def build(bld):
HTTPClientReceiver.cpp
HTTPEngineSender.cpp
'''
-
+
if bld.env['HAVE_XML2'] == 1:
obj.source += ' DeprecatedLoader.cpp '
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'
diff --git a/src/gui/wscript b/src/gui/wscript
index 55e82e10..443c500e 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -62,7 +62,7 @@ def build(bld):
SOUP
XML2
''')
-
+
# GUI runtime files
bld.install_files('${DATADIR}/ingen', 'ingen_gui.glade')
diff --git a/src/ingen/wscript b/src/ingen/wscript
index 469fa752..2008930e 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -10,6 +10,6 @@ def build(bld):
obj.uselib_local = 'libingen_module libingen_shared'
obj.install_path = '${BINDIR}'
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
-
+
bld.install_files('${DATADIR}/applications', 'ingen.desktop')