From 3a7904dd967a245ee9f53bc368d0494bd64adae2 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/ingen@5420 a436a847-0d15-0410-975c-d299462d15a1 --- src/socket/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/socket/wscript b/src/socket/wscript index 008b55a4..488bb7d9 100644 --- a/src/socket/wscript +++ b/src/socket/wscript @@ -12,7 +12,7 @@ def build(bld): target = 'ingen_socket_server', install_path = '${LIBDIR}', use = 'libingen_server') - autowaf.use_lib(bld, obj, 'GLIBMM SERD SORD SRATOM RAUL') + autowaf.use_lib(bld, obj, 'GLIBMM SERD SORD SRATOM RAUL LV2') obj = bld(features = 'cxx cxxshlib', source = ['SocketReader.cpp', @@ -23,4 +23,4 @@ def build(bld): target = 'ingen_socket_client', install_path = '${LIBDIR}', use = 'libingen_server') - autowaf.use_lib(bld, obj, 'GLIBMM SERD SORD SRATOM RAUL') + autowaf.use_lib(bld, obj, 'GLIBMM SERD SORD SRATOM RAUL LV2') -- cgit v1.2.1