summaryrefslogtreecommitdiffstats
path: root/src/client/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/wscript')
-rw-r--r--src/client/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/wscript b/src/client/wscript
index 76666d94..9bb1f4e3 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -28,6 +28,7 @@ def build(bld):
obj.source += ' OSCClientReceiver.cpp OSCEngineSender.cpp '
obj.includes = ['.', '..', '../common']
+ obj.export_incdirs = ['.']
obj.name = 'libingen_client'
obj.target = 'ingen_client'
obj.install_path = '${LIBDIR}/ingen'