From e1c6990a81b3bc24308ff905e4196f03625a10b3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 30 Sep 2008 18:53:55 +0000 Subject: Install modules (mostly) the same place as autohell. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1555 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/wscript') diff --git a/src/shared/wscript b/src/shared/wscript index 3c7814a9..34ea8f3e 100644 --- a/src/shared/wscript +++ b/src/shared/wscript @@ -14,6 +14,6 @@ def build(bld): obj.includes = ['../', '../common'] obj.name = 'libingen_shared' obj.target = 'ingen_shared' - obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM' obj.vnum = '0.0.0' + obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM' -- cgit v1.2.1