summaryrefslogtreecommitdiffstats
path: root/src/serialisation/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-30 18:53:55 +0000
committerDavid Robillard <d@drobilla.net>2008-09-30 18:53:55 +0000
commite1c6990a81b3bc24308ff905e4196f03625a10b3 (patch)
treed2cd324c7d18c6e2a751a7afce536565aa092e97 /src/serialisation/wscript
parente1d59a67788fd40ae5319a664bb36306b65de70a (diff)
downloadingen-e1c6990a81b3bc24308ff905e4196f03625a10b3.tar.gz
ingen-e1c6990a81b3bc24308ff905e4196f03625a10b3.tar.bz2
ingen-e1c6990a81b3bc24308ff905e4196f03625a10b3.zip
Install modules (mostly) the same place as autohell.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1555 a436a847-0d15-0410-975c-d299462d15a1
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 4e67f3f9..10ec8186 100644
--- a/src/serialisation/wscript
+++ b/src/serialisation/wscript
@@ -12,5 +12,5 @@ def build(bld):
obj.name = 'libingen_serialisation'
obj.target = 'ingen_serialisation'
obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM'
- obj.vnum = '0.0.0'
+ obj.inst_dir = 'lib/ingen'