From 908765d60d65b40e6a339913488a52b215da2acb Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 12 Jul 2009 13:53:22 +0200 Subject: [PATCH] Resolve an object name clash to fix the unit test build --- midori/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/midori/wscript_build b/midori/wscript_build index 6e7836f5..2d1ae2c9 100644 --- a/midori/wscript_build +++ b/midori/wscript_build @@ -5,7 +5,7 @@ import platform obj = bld.new_task_gen ('cc', 'staticlib') -obj.name = 'midori' +obj.name = 'midori-core' obj.target = 'midori' obj.includes = '. ..' obj.find_sources_in_dirs ('.', excludes=['main.c']) @@ -20,7 +20,7 @@ obj.target = 'panels' obj.includes = '. ..' obj.find_sources_in_dirs ('../panels') obj.uselib = 'UNIQUE LIBSOUP GMODULE GTHREAD GIO GTK SQLITE WEBKIT LIBXML' -obj.uselib_local = 'midori' +obj.uselib_local = 'midori-core' obj.install_path = None obj = bld.new_task_gen ('cc', 'program') -- 2.39.5