diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/wscript b/src/shared/wscript index 84f7b4ee..07a851bb 100644 --- a/src/shared/wscript +++ b/src/shared/wscript @@ -29,5 +29,5 @@ def build(bld): obj.vnum = '0.0.0' obj.install_path = '${LIBDIR}' obj.linkflags = '-ldl' - autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM LIBLO') + autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL SORD LIBLO') |