summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 00:02:10 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 00:02:10 +0000
commitd60f8a0fba5dfc10cafadf13a6debed8ba832f24 (patch)
tree0549e89b70c2dfd0ee99627332a031284f42d3ec /src/client
parent90229f42853a05df42297d529840a6be2f267aad (diff)
downloadingen-d60f8a0fba5dfc10cafadf13a6debed8ba832f24.tar.gz
ingen-d60f8a0fba5dfc10cafadf13a6debed8ba832f24.tar.bz2
ingen-d60f8a0fba5dfc10cafadf13a6debed8ba832f24.zip
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
Diffstat (limited to 'src/client')
-rw-r--r--src/client/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/wscript b/src/client/wscript
index 749d9ec7..b1005c16 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -34,7 +34,7 @@ def build(bld):
obj.export_incdirs = ['.']
obj.name = 'libingen_client'
obj.target = 'ingen_client'
- obj.install_path = '${LIBDIR}/ingen'
+ obj.install_path = '${LIBDIR}'
obj.uselib_local = 'libingen_shared'
autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM SOUP XML2 SIGCPP LIBLO SOUP')