summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript
index ad16dd35..50b6704d 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -10,4 +10,6 @@ def build(bld):
obj.uselib_local = 'libingen_module libingen_shared'
obj.inst_dir = bld.env()['BINDIRNAME']
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
+
+ autowaf.build_wrapper(bld, 'ingen.in', obj)