]> spindle.queued.net Git - midori/commitdiff
Make non-progressive build work again
authorChristian Dywan <christian@twotoasts.de>
Mon, 18 Oct 2010 20:24:27 +0000 (22:24 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 18 Oct 2010 22:53:01 +0000 (00:53 +0200)
midori/wscript_build

index 27de582b2168d2610b5d02b5dfff4ccde8c76104..371e8bc62a16136298d8978ae997c372c09d2533 100644 (file)
@@ -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']: