summaryrefslogtreecommitdiffstats
path: root/src/client/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-06 14:54:41 +0000
committerDavid Robillard <d@drobilla.net>2008-10-06 14:54:41 +0000
commita6caee81b80b02d32605ef48b1943add88a6d07e (patch)
tree99733f4ded5d07c9a47fb8e499023c277cdf90bc /src/client/wscript
parent128f69af72115e7b68005b9320745062f1e556c2 (diff)
downloadingen-a6caee81b80b02d32605ef48b1943add88a6d07e.tar.gz
ingen-a6caee81b80b02d32605ef48b1943add88a6d07e.tar.bz2
ingen-a6caee81b80b02d32605ef48b1943add88a6d07e.zip
Specify absolute include paths to fix waf dependency tracking.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1626 a436a847-0d15-0410-975c-d299462d15a1
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 66358799..b351e3c2 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -28,7 +28,7 @@ def build(bld):
if bld.env()['HAVE_LIBLO'] == 1:
obj.source += ' OSCClientReceiver.cpp OSCEngineSender.cpp '
- obj.includes = ['..', '../common']
+ obj.includes = ['.', '..', '../common']
obj.name = 'libingen_client'
obj.target = 'ingen_client'
obj.inst_dir = 'lib/ingen'