summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index 9d26227c..d59ba6a3 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -46,7 +46,7 @@ def build(bld):
obj.name = 'libingen_gui'
obj.target = 'ingen_gui'
obj.install_path = '${LIBDIR}/ingen'
- obj.uselib_local = 'libingen_shared libingen_client libingen_module'
+ obj.uselib_local = 'libingen_shared libingen_module'
autowaf.use_lib(bld, obj, '''
CURL
FLOWCANVAS