]> spindle.queued.net Git - midori/commitdiff
Resolve an object name clash to fix the unit test build
authorChristian Dywan <christian@twotoasts.de>
Sun, 12 Jul 2009 11:53:22 +0000 (13:53 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 12 Jul 2009 11:53:22 +0000 (13:53 +0200)
midori/wscript_build

index 6e7836f518a8cf65d9857d63c51c901af62ad22c..2d1ae2c912e75eca1acabfda06e32b707ace265d 100644 (file)
@@ -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')