summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-05 14:06:10 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-05 23:42:08 +1100
commitcbded38ed5f319af4e9836039bfa16c6123e2ba7 (patch)
tree22c1c65450ba316cd7485fd4d94a48fbf5ac843c /source4/dsdb/wscript_build
parent135756c8ac34c4cf82992dce8c7218781e67f39b (diff)
downloadsamba-cbded38ed5f319af4e9836039bfa16c6123e2ba7.tar.gz
samba-cbded38ed5f319af4e9836039bfa16c6123e2ba7.tar.bz2
samba-cbded38ed5f319af4e9836039bfa16c6123e2ba7.zip
s4-pydsdb: added DsReplicaAttribute()
this allows us to form a DsReplicaAttribute structure from python
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index c232a800e9..cc6e2339bc 100644
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -57,6 +57,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',
+ deps='SAMDB pyldb-util dcerpc com_err pyrpc_util',
realname='samba/dsdb.so'
)