diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-05 10:01:32 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-05 17:24:47 +1000 |
commit | 8420a36dc7fe72fb665e065b8673fa44ff1bbf21 (patch) | |
tree | 5350041c1de4cdc73a813949f7cd154c423b3ec5 /buildtools | |
parent | c9a6dd56e42beafd297f4aefeb4e00ef9a09073a (diff) | |
download | samba-8420a36dc7fe72fb665e065b8673fa44ff1bbf21.tar.gz samba-8420a36dc7fe72fb665e065b8673fa44ff1bbf21.tar.bz2 samba-8420a36dc7fe72fb665e065b8673fa44ff1bbf21.zip |
ldb: make ldb a top level library for Samba 4.0
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'buildtools')
-rwxr-xr-x | buildtools/testwaf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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") |