summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-07-18 13:10:23 +1200
committerGarming Sam <garming@samba.org>2016-09-01 05:49:14 +0200
commit4e0ac09ef6c6fadd67718f7b5aca7283fb8086b1 (patch)
tree948e65b0e59e3a8a53faf7a600e8876858764c81 /source4/dsdb/wscript_build
parent9221ce3a3237a8ded78e371fef2b8e4f03722b63 (diff)
downloadsamba-4e0ac09ef6c6fadd67718f7b5aca7283fb8086b1.tar.gz
dsdb: Rework kcc_deleted() into dsdb_garbage_collect_tombstones()
This is so that in a future commit, we can wrap this in python and allow it to be called from outside the samba server processs. This requires that we rework the callers and internals to avoid reference to private data structures of the KCC service. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/dsdb/wscript_build')
-rwxr-xr-xsource4/dsdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index aea8fa43d71..7ea9e27353e 100755
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -67,6 +67,6 @@ bld.SAMBA_PYTHON('python_dsdb',
# the dependency on dcerpc here is because gensec
# depends on dcerpc but the waf circular dependency finder
# removes it so we end up with unresolved symbols.
- deps='samdb pyldb-util dcerpc com_err pyrpc_util',
+ deps='samdb pyldb-util dcerpc com_err pyrpc_util pyparam_util',
realname='samba/dsdb.so'
)