diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript index 7e9ddbf8..69b457fb 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -17,4 +17,4 @@ def build(bld): obj.target = 'ingen_serialisation' obj.install_path = '${LIBDIR}' obj.use = 'libingen_shared' - autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL SORD') + autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE LILV RAUL SORD') |