diff options
author | David Robillard <d@drobilla.net> | 2008-11-22 17:29:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-11-22 17:29:36 +0000 |
commit | ae9644045846190f13dda828e2f75115f2c8601f (patch) | |
tree | ff0682b600558533f1b9cf3b3f1008142dc60544 /src/gui/wscript | |
parent | bb8bf97474863c14e6f22bdbeb4d77990e830e1d (diff) | |
download | ingen-ae9644045846190f13dda828e2f75115f2c8601f.tar.gz ingen-ae9644045846190f13dda828e2f75115f2c8601f.tar.bz2 ingen-ae9644045846190f13dda828e2f75115f2c8601f.zip |
Add status bar to display information about objects on mouse hover.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1769 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 62cefaf5..d00606eb 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -42,7 +42,7 @@ def build(bld): if bld.env()['HAVE_CURL'] != 0: obj.source += 'UploadPatchWindow.cpp' - obj.includes = ['.', '..', '../common'] + obj.includes = ['.', '..', '../common', '../client', '../module'] obj.name = 'libingen_gui' obj.target = 'ingen_gui' obj.inst_dir = bld.env()['LIBDIRNAME'] + 'ingen' |