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/client/wscript | 2 +- src/engine/wscript | 2 +- src/gui/wscript | 1 + src/ingen/wscript | 2 +- src/module/wscript | 2 +- src/serialisation/wscript | 2 +- src/shared/wscript | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/client/wscript b/src/client/wscript index f057f8ed..9a010b84 100644 --- a/src/client/wscript +++ b/src/client/wscript @@ -30,6 +30,6 @@ def build(bld): obj.includes = ['..', '../common'] obj.name = 'libingen_client' obj.target = 'ingen_client' - obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM SOUP XML2 SIGCPP' + obj.uselib = 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM SOUP XML2 SIGCPP' obj.inst_dir = 'lib/ingen' 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' diff --git a/src/gui/wscript b/src/gui/wscript index 751d5e08..c4cf8302 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -57,6 +57,7 @@ def build(bld): RAUL REDLANDMM SIGCPP + LV2CORE SLV2 SOUP XML2 diff --git a/src/ingen/wscript b/src/ingen/wscript index c876ff1b..f9315bc1 100644 --- a/src/ingen/wscript +++ b/src/ingen/wscript @@ -6,6 +6,6 @@ def build(bld): obj.source = 'main.cpp cmdline.c' obj.includes = ['../common', '../'] obj.defines = 'VERSION=\\\"' + bld.env()['INGEN_VERSION'] + '\\\"' - obj.uselib = 'GTHREAD GLIBMM REDLANDMM RAUL SLV2 INGEN LIBLO' + obj.uselib = 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO' obj.uselib_local = 'libingen_module libingen_shared' diff --git a/src/module/wscript b/src/module/wscript index 044f57ed..5394bed7 100644 --- a/src/module/wscript +++ b/src/module/wscript @@ -12,5 +12,5 @@ def build(bld): obj.name = 'libingen_module' obj.target = 'ingen_module' obj.vnum = '0.0.0' - obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM' + obj.uselib = 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM' diff --git a/src/serialisation/wscript b/src/serialisation/wscript index 10ec8186..e7c0c0ab 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -11,6 +11,6 @@ def build(bld): obj.includes = ['..', '../common'] obj.name = 'libingen_serialisation' obj.target = 'ingen_serialisation' - obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM' + obj.uselib = 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM' obj.inst_dir = 'lib/ingen' diff --git a/src/shared/wscript b/src/shared/wscript index 34ea8f3e..120208ac 100644 --- a/src/shared/wscript +++ b/src/shared/wscript @@ -15,5 +15,5 @@ def build(bld): obj.name = 'libingen_shared' obj.target = 'ingen_shared' obj.vnum = '0.0.0' - obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM' + obj.uselib = 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM' -- cgit v1.2.1