summaryrefslogtreecommitdiffstats
path: root/src/ingen/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/wscript')
-rw-r--r--src/ingen/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript
index c876ff1b..f9315bc1 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -6,6 +6,6 @@ def build(bld):
obj.source = 'main.cpp cmdline.c'
obj.includes = ['../common', '../']
obj.defines = 'VERSION=\\\"' + bld.env()['INGEN_VERSION'] + '\\\"'
- obj.uselib = 'GTHREAD GLIBMM REDLANDMM RAUL SLV2 INGEN LIBLO'
+ obj.uselib = 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO'
obj.uselib_local = 'libingen_module libingen_shared'