summaryrefslogtreecommitdiffstats
path: root/src/serialisation/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation/wscript')
-rw-r--r--src/serialisation/wscript1
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'