From d22f6503008f738b5cf7dcb58212e1be503a54f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Dec 2012 21:10:54 +0000 Subject: Fix memory leaks. Add missing library dependencies. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4880 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/serialisation') 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') -- cgit v1.2.1