summaryrefslogtreecommitdiffstats
path: root/src/serialisation/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation/wscript')
-rw-r--r--src/serialisation/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript
index b2639dc0..92f5ef3d 100644
--- a/src/serialisation/wscript
+++ b/src/serialisation/wscript
@@ -15,7 +15,7 @@ def build(bld):
obj.includes = ['.', '..', '../..', '../common']
obj.name = 'libingen_serialisation'
obj.target = 'ingen_serialisation'
- obj.install_path = '${LIBDIR}/ingen'
+ obj.install_path = '${LIBDIR}'
obj.uselib_local = 'libingen_shared'
autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM')