summaryrefslogtreecommitdiffstats
path: root/src/client/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/wscript')
-rw-r--r--src/client/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/wscript b/src/client/wscript
index b28f35fe..805d8c86 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -9,8 +9,8 @@ def build(bld):
name = 'libingen_client',
target = 'ingen_client',
install_path = '${LIBDIR}',
- use = 'libingen')
- autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV SUIL RAUL SERD SORD SIGCPP')
+ use = 'libingen',
+ uselib = 'GLIBMM LV2 LILV SUIL RAUL SERD SORD SIGCPP')
obj.source = '''
BlockModel.cpp