ldbsamba: Move pyldb-utils dependency to python_samba__ldb
authorKai Blin <kai@samba.org>
Tue, 13 May 2014 22:22:01 +0000 (00:22 +0200)
committerKai Blin <kai@samba.org>
Wed, 14 May 2014 02:01:46 +0000 (04:01 +0200)
This allows to build smbd statically again.

Pair-programmed-with: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Kai Blin <kai@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Kai Blin <kai@samba.org>
Autobuild-Date(master): Wed May 14 04:01:46 CEST 2014 on sn-devel-104

lib/ldb-samba/wscript_build

index 63ff5b11b7f82f79f1a9228646afa2fe6e077848..7016b2f23be53c6c183f611f6abf4f05f3d64065 100644 (file)
@@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('ldbsamba',
                   source='ldif_handlers.c',
                   autoproto='ldif_handlers_proto.h',
                   public_deps='ldb',
-                  deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb pyldb-util errors',
+                  deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb errors',
                   private_library=True
                   )
 
@@ -20,7 +20,7 @@ bld.SAMBA_SUBSYSTEM('ldbwrap',
 
 
 bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c',
-                 deps='ldbsamba pyparam_util ldbwrap',
+                 deps='ldbsamba pyparam_util ldbwrap pyldb-util',
                  realname='samba/_ldb.so')
 
 bld.SAMBA_MODULE('ldbsamba_extensions',