ldb-samba: Add missing dependency on pyldb-util.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 30 Jan 2011 09:58:47 +0000 (10:58 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 20 Feb 2011 15:51:21 +0000 (16:51 +0100)
source4/lib/ldb-samba/wscript_build

index fddf12fe07a8b27522eff85b49394b25b0deb695..5379801d79f61222fcba1757b56c7cb7499ee605 100644 (file)
@@ -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
                   )