summaryrefslogtreecommitdiffstats
path: root/src/serialisation
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation')
-rw-r--r--src/serialisation/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript
index c3e98b81..4e67f3f9 100644
--- a/src/serialisation/wscript
+++ b/src/serialisation/wscript
@@ -8,7 +8,7 @@ def build(bld):
Serialiser.cpp
serialisation.cpp
'''
- obj.includes = ['..', '../../common', '../..']
+ obj.includes = ['..', '../common']
obj.name = 'libingen_serialisation'
obj.target = 'ingen_serialisation'
obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM'