diff options
author | David Robillard <d@drobilla.net> | 2009-05-03 17:39:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-03 17:39:16 +0000 |
commit | 6012222c80c37be78db3f38a37f7d9a609a213a8 (patch) | |
tree | e67148bd53071ffe7172923430b60486bce28760 /src/gui/wscript | |
parent | db6c699017528e6f7c3958b67422e6a936a92e73 (diff) | |
download | ingen-6012222c80c37be78db3f38a37f7d9a609a213a8.tar.gz ingen-6012222c80c37be78db3f38a37f7d9a609a213a8.tar.bz2 ingen-6012222c80c37be78db3f38a37f7d9a609a213a8.zip |
Update waf configuration header for new waf scheme (in 1.5.6).
Split low-level LV2 event buffer into separate class from EventBuffer (for reuse).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1958 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/wscript')
-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 cc2fe7f0..55e82e10 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -42,7 +42,7 @@ def build(bld): obj.source += 'UploadPatchWindow.cpp' obj.export_incdirs = ['.'] - obj.includes = ['.', '..', '../common', '../client', '../module'] + obj.includes = ['.', '..', '../..', '../common', '../client', '../module'] obj.name = 'libingen_gui' obj.target = 'ingen_gui' obj.install_path = '${LIBDIR}/ingen' |