summaryrefslogtreecommitdiffstats
path: root/src/ingen/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/wscript')
-rw-r--r--src/ingen/wscript18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript
index d2ad1d6e..97750515 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -2,13 +2,13 @@
from waflib.extras import autowaf as autowaf
def build(bld):
- obj = bld(features = 'c cxx cxxprogram')
- obj.target = 'ingen'
- obj.source = 'main.cpp'
- obj.includes = ['..', '../..', '../../include']
- obj.defines = 'VERSION="' + bld.env['INGEN_VERSION'] + '"'
- obj.use = 'libingen_shared'
- obj.install_path = '${BINDIR}'
- autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
+ obj = bld(features = 'c cxx cxxprogram')
+ obj.target = 'ingen'
+ obj.source = 'main.cpp'
+ obj.includes = ['..', '../..', '../../include']
+ obj.defines = 'VERSION="' + bld.env['INGEN_VERSION'] + '"'
+ obj.use = 'libingen_shared'
+ obj.install_path = '${BINDIR}'
+ autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
- bld.install_files('${DATADIR}/applications', 'ingen.desktop')
+ bld.install_files('${DATADIR}/applications', 'ingen.desktop')