summaryrefslogtreecommitdiffstats
path: root/src/client/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/wscript')
-rw-r--r--src/client/wscript9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/wscript b/src/client/wscript
index 65597d0f..614ad7f9 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -28,9 +28,10 @@ def build(bld):
if bld.env()['HAVE_LIBLO'] == 1:
obj.source += ' OSCClientReceiver.cpp OSCEngineSender.cpp '
- obj.includes = ['.', '..', '../common']
- obj.name = 'libingen_client'
- obj.target = 'ingen_client'
- obj.inst_dir = 'lib/ingen'
+ obj.includes = ['.', '..', '../common']
+ obj.name = 'libingen_client'
+ obj.target = 'ingen_client'
+ obj.inst_dir = 'lib/ingen'
+ obj.uselib_local = 'libingen_shared'
autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM SOUP XML2 SIGCPP LIBLO SOUP')