summaryrefslogtreecommitdiffstats
path: root/src/ingen/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/wscript')
-rw-r--r--src/ingen/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript
index 2008930e..61c69bcd 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -2,7 +2,7 @@
import autowaf
def build(bld):
- obj = bld.new_task_gen('cxx', 'program')
+ obj = bld.new_task_gen(features='cxx cc cprogram')
obj.target = 'ingen'
obj.source = 'main.cpp cmdline.c'
obj.includes = ['..', '../..', '../common']
@@ -12,4 +12,3 @@ def build(bld):
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
bld.install_files('${DATADIR}/applications', 'ingen.desktop')
-