From d0d8f509e62f1786b3271790cc283d90850f8ef4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Oct 2008 00:01:30 +0000 Subject: Fix compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1567 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/wscript') diff --git a/src/engine/wscript b/src/engine/wscript index 1501b306..a574ca34 100644 --- a/src/engine/wscript +++ b/src/engine/wscript @@ -75,6 +75,6 @@ def build(bld): obj.includes = ['..', '../common', './events'] obj.name = 'libingen_engine' obj.target = 'ingen_engine' - obj.uselib = 'GLIBMM GTHREAD SLV2 JACK LIBLO RAUL REDLANDMM SOUP' + obj.uselib = 'GLIBMM GTHREAD LV2CORE SLV2 JACK LIBLO RAUL REDLANDMM SOUP' obj.inst_dir = 'lib/ingen' -- cgit v1.2.1