From 8420a36dc7fe72fb665e065b8673fa44ff1bbf21 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 5 Jul 2011 10:01:32 +1000 Subject: ldb: make ldb a top level library for Samba 4.0 Signed-off-by: Andrew Tridgell --- buildtools/testwaf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools') diff --git a/buildtools/testwaf.sh b/buildtools/testwaf.sh index 8b65af2c10..127e525891 100755 --- a/buildtools/testwaf.sh +++ b/buildtools/testwaf.sh @@ -11,7 +11,7 @@ PREFIX=$HOME/testprefix if [ $# -gt 0 ]; then tests="$*" else - tests="lib/replace lib/talloc lib/tevent lib/tdb source4/lib/ldb" + tests="lib/replace lib/talloc lib/tevent lib/tdb lib/ldb" fi echo "testing in dirs $tests" @@ -27,7 +27,7 @@ for d in $tests; do make install make distcheck case $d in - "source4/lib/ldb") + "lib/ldb") ldd bin/ldbadd ;; "lib/replace") -- cgit