diff options
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 a49baf70..fb9be2f8 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -48,7 +48,7 @@ def build(bld): obj.includes = ['.', '..', '../..', '../common', '../client', '../module'] obj.name = 'libingen_gui' obj.target = 'ingen_gui' - obj.install_path = '${LIBDIR}/ingen' + obj.install_path = '${LIBDIR}' obj.uselib_local = 'libingen_shared libingen_module libingen_client libingen_serialisation' autowaf.use_lib(bld, obj, ''' CURL |