[Xfce4-commits] <midori:master> Build only main.c in the progressive midori target

Christian Dywan noreply at xfce.org
Sun Jan 3 23:04:02 CET 2010


Updating branch refs/heads/master
         to bb9ec274021cb5009d0a0013633da9dd1a473f19 (commit)
       from bebacc8565482ccf0795966f6fb68b8c6f0976c2 (commit)

commit bb9ec274021cb5009d0a0013633da9dd1a473f19
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jan 3 22:58:04 2010 +0100

    Build only main.c in the progressive midori target

 midori/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/wscript_build b/midori/wscript_build
index addb3b2..ca664c6 100644
--- a/midori/wscript_build
+++ b/midori/wscript_build
@@ -22,7 +22,7 @@ if progressive:
     obj = bld.new_task_gen ('cc', 'program')
     obj.target = 'midori'
     obj.includes = '.. ../katze . ../panels'
-    obj.find_sources_in_dirs ('../katze .')
+    obj.source = './main.c'
     obj.uselib = libs
     obj.uselib_local = 'midori-core'
     if bld.env['WINRC']:



More information about the Xfce4-commits mailing list