summaryrefslogtreecommitdiffstats
path: root/src/gui/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/wscript')
-rw-r--r--src/gui/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index 87be97e4..9d26227c 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -41,11 +41,12 @@ def build(bld):
if bld.env['HAVE_CURL'] != 0:
obj.source += 'UploadPatchWindow.cpp'
+ obj.export_incdirs = ['.']
obj.includes = ['.', '..', '../common', '../client', '../module']
obj.name = 'libingen_gui'
obj.target = 'ingen_gui'
obj.install_path = '${LIBDIR}/ingen'
- obj.uselib_local = 'libingen_shared'
+ obj.uselib_local = 'libingen_shared libingen_client libingen_module'
autowaf.use_lib(bld, obj, '''
CURL
FLOWCANVAS