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/shared/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/wscript b/src/shared/wscript index 1974a827..3c7814a9 100644 --- a/src/shared/wscript +++ b/src/shared/wscript @@ -11,7 +11,7 @@ def build(bld): OSCSender.cpp Store.cpp ''' - obj.includes = ['..', '../../common', '../..'] + obj.includes = ['../', '../common'] obj.name = 'libingen_shared' obj.target = 'ingen_shared' obj.uselib = 'GLIBMM SLV2 RAUL REDLANDMM' -- cgit v1.2.1