diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript index c362f29e..82aeffd4 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -12,7 +12,7 @@ def build(bld): target = 'ingen_serialisation', install_path = '${LIBDIR}', use = 'libingen') - autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV RAUL SORD SRATOM') + autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV RAUL SERD SORD SRATOM') if bld.env.BUILD_TESTS: obj = bld(features = 'c cshlib cxx cxxshlib', @@ -27,4 +27,4 @@ def build(bld): use = 'libingen_profiled', lib = bld.env.INGEN_TEST_LIBS, cxxflags = bld.env.INGEN_TEST_CXXFLAGS) - autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV RAUL SORD SRATOM') + autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV RAUL SERD SORD SRATOM') |