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 --- script/autobuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script/autobuild.py') diff --git a/script/autobuild.py b/script/autobuild.py index 545e47ed48..3a8c0f81f0 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -18,7 +18,7 @@ builddirs = { "samba3" : "source3", "samba3-waf": "source3", "samba4" : ".", - "ldb" : "source4/lib/ldb", + "ldb" : "lib/ldb", "tdb" : "lib/tdb", "talloc" : "lib/talloc", "replace" : "lib/replace", @@ -59,7 +59,7 @@ tasks = { ("make", "make -j", "text/plain"), ("install", "make install", "text/plain"), ("test", "TDB_NO_FSYNC=1 make test", "text/plain"), - ("check-clean-tree", "../../../script/clean-source-tree.sh", "text/plain"), + ("check-clean-tree", "../../script/clean-source-tree.sh", "text/plain"), ("distcheck", "make distcheck", "text/plain"), ("clean", "make clean", "text/plain") ], -- cgit