[Xfce4-commits] <midori:master> Fix linking of tests to midori-c after build split
Christian Dywan
noreply at xfce.org
Wed Mar 20 22:10:01 CET 2013
Updating branch refs/heads/master
to 52737168ab378ee7817cd370ae650e718fcf249c (commit)
from f4d0e260fdef3d9eb0548f7847ad1d99b53f2030 (commit)
commit 52737168ab378ee7817cd370ae650e718fcf249c
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Mar 20 20:33:05 2013 +0100
Fix linking of tests to midori-c after build split
tests/wscript_build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/wscript_build b/tests/wscript_build
index fe48c0e..21c5c4c 100644
--- a/tests/wscript_build
+++ b/tests/wscript_build
@@ -55,5 +55,5 @@ for test in tests:
else:
obj.packages += ' webkitgtk-3.0'
obj.uselib = 'UNIQUE LIBSOUP GIO GTK SQLITE WEBKIT LIBXML GRANITE ZEITGEIST'
- obj.uselib_local = 'midori-core'
+ obj.uselib_local = 'midori-c'
obj.unit_test = 1
More information about the Xfce4-commits
mailing list