diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript index b72b6507..04923074 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -8,6 +8,7 @@ def build(bld): Serialiser.cpp serialisation.cpp ''' + obj.export_incdirs = ['.'] obj.includes = ['.', '..', '../common'] obj.name = 'libingen_serialisation' obj.target = 'ingen_serialisation' |