diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-05 14:06:10 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-05 23:42:08 +1100 |
commit | cbded38ed5f319af4e9836039bfa16c6123e2ba7 (patch) | |
tree | 22c1c65450ba316cd7485fd4d94a48fbf5ac843c /source4/dsdb/wscript_build | |
parent | 135756c8ac34c4cf82992dce8c7218781e67f39b (diff) | |
download | samba-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_build | 2 |
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' ) |