From 7a855a56a1eabd1b46543eab424257c658ff770b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 30 Sep 2008 17:43:50 +0000 Subject: Fix building (both autohell and waf) with simpler ingen tree layout. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1553 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/wscript') diff --git a/src/client/wscript b/src/client/wscript index 6b4408a7..c4b355c3 100644 --- a/src/client/wscript +++ b/src/client/wscript @@ -27,7 +27,7 @@ def build(bld): if bld.env()['HAVE_LIBLO']: obj.source += ' OSCClientReceiver.cpp OSCEngineSender.cpp ' - obj.includes = ['..', '../../common', '../..'] + obj.includes = ['..', '../common'] obj.name = 'libingen_client' obj.target = 'ingen_client' obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM SOUP XML2 SIGCPP' -- cgit v1.2.1