summaryrefslogtreecommitdiffstats
path: root/src/serialisation
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation')
-rw-r--r--src/serialisation/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript
index e7c0c0ab..3eeccf25 100644
--- a/src/serialisation/wscript
+++ b/src/serialisation/wscript
@@ -1,5 +1,6 @@
#!/usr/bin/env python
import Params
+import autowaf
def build(bld):
obj = bld.create_obj('cpp', 'shlib')
@@ -11,6 +12,6 @@ def build(bld):
obj.includes = ['..', '../common']
obj.name = 'libingen_serialisation'
obj.target = 'ingen_serialisation'
- obj.uselib = 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM'
obj.inst_dir = 'lib/ingen'
+ autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM')