From fce10699256bce6b9f789ac2a63904b45dde4246 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 30 Jan 2011 10:58:47 +0100 Subject: ldb-samba: Add missing dependency on pyldb-util. --- source4/lib/ldb-samba/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb-samba') diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index fddf12fe07..5379801d79 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -9,7 +9,7 @@ bld.SAMBA_LIBRARY('ldbsamba', autoproto='ldif_handlers_proto.h', public_deps='ldb', public_headers='ldb_wrap.h', - deps='security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb', + deps='security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb pyldb-util', private_library=True ) -- cgit