summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index c767128..c6f76c3 100644
--- a/wscript
+++ b/wscript
@@ -138,6 +138,7 @@ def build(bld):
install_path = '',
defines = defines,
cflags = test_cflags)
+ autowaf.use_lib(bld, obj, 'SERD SORD LV2')
# Documentation
autowaf.build_dox(bld, 'SRATOM', SRATOM_VERSION, top, out)