From: Jelmer Vernooij Date: Sun, 30 Jan 2011 09:58:47 +0000 (+0100) Subject: ldb-samba: Add missing dependency on pyldb-util. X-Git-Tag: tevent-0.9.11~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fce10699256bce6b9f789ac2a63904b45dde4246;p=thirdparty%2Fsamba.git ldb-samba: Add missing dependency on pyldb-util. --- diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index fddf12fe07a..5379801d79f 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 )