diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/wscript | 2 |
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' |