From d60f8a0fba5dfc10cafadf13a6debed8ba832f24 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Nov 2010 00:02:10 +0000 Subject: Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic linker can find dependent libraries. (Previous scheme doesn't build on OSX, this way is probably better anyway, though perhaps they should all be versioned...) git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2672 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/wscript') diff --git a/src/gui/wscript b/src/gui/wscript index a49baf70..fb9be2f8 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -48,7 +48,7 @@ def build(bld): obj.includes = ['.', '..', '../..', '../common', '../client', '../module'] obj.name = 'libingen_gui' obj.target = 'ingen_gui' - obj.install_path = '${LIBDIR}/ingen' + obj.install_path = '${LIBDIR}' obj.uselib_local = 'libingen_shared libingen_module libingen_client libingen_serialisation' autowaf.use_lib(bld, obj, ''' CURL -- cgit v1.2.1