summaryrefslogtreecommitdiffstats
path: root/src/client/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/wscript')
-rw-r--r--src/client/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/wscript b/src/client/wscript
index 9bb1f4e3..b7905c5b 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -27,7 +27,7 @@ def build(bld):
if bld.env['HAVE_LIBLO'] == 1:
obj.source += ' OSCClientReceiver.cpp OSCEngineSender.cpp '
- obj.includes = ['.', '..', '../common']
+ obj.includes = ['.', '..', '../..', '../common']
obj.export_incdirs = ['.']
obj.name = 'libingen_client'
obj.target = 'ingen_client'