From: Christian Dywan Date: Mon, 18 Oct 2010 20:24:27 +0000 (+0200) Subject: Make non-progressive build work again X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5082f60093b80c4152f4f6f28e34bd1eab145eca;p=midori Make non-progressive build work again --- diff --git a/midori/wscript_build b/midori/wscript_build index 27de582b..371e8bc6 100644 --- a/midori/wscript_build +++ b/midori/wscript_build @@ -2,6 +2,7 @@ # WAF build script for midori # This file is licensed under the terms of the expat license, see the file EXPAT. +import Options import platform progressive = True @@ -30,8 +31,8 @@ if progressive: else: obj = bld.new_task_gen ('cc', 'program') obj.target = 'midori' - obj.includes = '.. ../katze . ../panels' - obj.find_sources_in_dirs ('../katze . ../panels') + obj.includes = '.. ../katze . ../panels ../toolbars' + obj.find_sources_in_dirs ('../katze . ../panels ../toolbars') obj.add_marshal_file ('marshal.list', 'midori_cclosure_marshal') obj.uselib = libs if bld.env['WINRC']: