diff options
author | David Robillard <d@drobilla.net> | 2008-09-30 17:43:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-09-30 17:43:50 +0000 |
commit | 7a855a56a1eabd1b46543eab424257c658ff770b (patch) | |
tree | 56c56869f76d280d8f4034b140bada62a7f6e008 /src/gui | |
parent | ee26748673db8a28599a48f05741ad34581395b7 (diff) | |
download | ingen-7a855a56a1eabd1b46543eab424257c658ff770b.tar.gz ingen-7a855a56a1eabd1b46543eab424257c658ff770b.tar.bz2 ingen-7a855a56a1eabd1b46543eab424257c658ff770b.zip |
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
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index 8895c7bc..f8ea297a 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -43,7 +43,7 @@ def build(bld): dir = Params.g_options.moduledir or bld.env()['PREFIX'] + 'lib/ingen' - obj.includes = ['..', '../../common', '../..'] + obj.includes = ['..', '../common'] obj.defines = 'INGEN_DATA_DIR=\\\"' + dir + '\\\"' obj.name = 'libingen_gui' obj.target = 'ingen_gui' |