From ed6a4e04e1f8a0ca952e37577bfdc9731d6ef93d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 11 Apr 2013 17:12:15 +0930 Subject: source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option. This makes the code use dbwrap_local_open(), so it can handle NTDB. brlock.tdb, notify.tdb and openfiles.tdb can now be brlock.ntdb, notify.ntdb and openfiles.ntdb, if 'use ntdb' is set. Cc: Andrew Bartlett Signed-off-by: Rusty Russell Reviewed-by: Jeremy Allison --- source4/cluster/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/cluster/wscript_build') diff --git a/source4/cluster/wscript_build b/source4/cluster/wscript_build index 995e166eca..b8a91ccad7 100644 --- a/source4/cluster/wscript_build +++ b/source4/cluster/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_LIBRARY('cluster', source='cluster.c local.c', - deps='tdb-wrap samba-hostconfig talloc', + deps='dbwrap samba-hostconfig talloc', private_library=True ) -- cgit