diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index 38a69a2..9fa9120 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -12,6 +12,7 @@ def build(bld): ''' obj.includes = ['.', '..', '../engine'] + obj.export_incdirs = ['.'] obj.name = 'libmachina_gui' obj.target = 'machina_gui' obj.uselib_local = 'libmachina_engine' |