From 16b6c162c8218e6db8d5cc6dc07810856ef9e994 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 02:18:55 +0000 Subject: Fix compilation with non-standard LV2 location. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5420 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') 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) -- cgit v1.2.1