summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2014-05-14 00:22:01 +0200
committerKai Blin <kai@samba.org>2014-05-14 04:01:46 +0200
commite9cff2183196f25eb734c8779e84fc382ab1e342 (patch)
treea24f3b16ffc57d50514151eab5aa457c8ab82bfa
parenta581f23217b32a62768f651a371f40b02c00243d (diff)
downloadsamba-e9cff2183196f25eb734c8779e84fc382ab1e342.tar.gz
ldbsamba: Move pyldb-utils dependency to python_samba__ldb
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
-rw-r--r--lib/ldb-samba/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build
index 63ff5b11b7f..7016b2f23be 100644
--- a/lib/ldb-samba/wscript_build
+++ b/lib/ldb-samba/wscript_build
@@ -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',