From 3cd3bfe5079f84fafb7dc217f5393d6ba947109c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Apr 2011 03:35:30 +0000 Subject: Remove wscript references to no longer existent ingen_module library. Remove nonsensical dynamic loading of ingen_client library. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3158 a436a847-0d15-0410-975c-d299462d15a1 --- src/ingen/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ingen/wscript') diff --git a/src/ingen/wscript b/src/ingen/wscript index 53ccef7b..d2ad1d6e 100644 --- a/src/ingen/wscript +++ b/src/ingen/wscript @@ -7,7 +7,7 @@ def build(bld): obj.source = 'main.cpp' obj.includes = ['..', '../..', '../../include'] obj.defines = 'VERSION="' + bld.env['INGEN_VERSION'] + '"' - obj.use = 'libingen_module libingen_shared' + obj.use = 'libingen_shared' obj.install_path = '${BINDIR}' autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL LV2CORE SLV2 INGEN LIBLO SOUP') -- cgit v1.2.1