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 04923074..3aebc016 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -9,7 +9,7 @@ def build(bld): serialisation.cpp ''' obj.export_incdirs = ['.'] - obj.includes = ['.', '..', '../common'] + obj.includes = ['.', '..', '../..', '../common'] obj.name = 'libingen_serialisation' obj.target = 'ingen_serialisation' obj.install_path = '${LIBDIR}/ingen' |