From d154ae5b114a6a04acd17a83f6d59caa9ec1005a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Oct 2008 06:47:11 +0000 Subject: Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine library doesn't have a link time dependence on liblo/soap/libjack. Preliminary Ingen LV2 code wrapper (not functional yet). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1653 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/wscript') diff --git a/src/client/wscript b/src/client/wscript index b351e3c2..65597d0f 100644 --- a/src/client/wscript +++ b/src/client/wscript @@ -32,5 +32,5 @@ def build(bld): obj.name = 'libingen_client' obj.target = 'ingen_client' obj.inst_dir = 'lib/ingen' - autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM SOUP XML2 SIGCPP') + autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM SOUP XML2 SIGCPP LIBLO SOUP') -- cgit v1.2.1