diff options
| author | Andrew Tridgell <tridge@samba.org> | 2011-09-26 09:50:11 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2011-10-04 15:08:56 +1100 |
| commit | 57e30bc0cba85e5361ae62f679f7de544d0676e6 (patch) | |
| tree | 68081c94c981748076d189bfc6db9e075ccc8530 /source4 | |
| parent | ff482bc836ba25f5462499e19fff0eec7d767385 (diff) | |
| download | samba-57e30bc0cba85e5361ae62f679f7de544d0676e6.tar.gz samba-57e30bc0cba85e5361ae62f679f7de544d0676e6.tar.xz samba-57e30bc0cba85e5361ae62f679f7de544d0676e6.zip | |
dns: build python bindings for dnsserver RPC protocol
Diffstat (limited to 'source4')
| -rwxr-xr-x | source4/librpc/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 5a76133f1a..aedcb11b71 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -340,6 +340,12 @@ bld.SAMBA_PYTHON('python_netlogon', realname='samba/dcerpc/netlogon.so' ) +bld.SAMBA_PYTHON('python_dnsserver', + source='../../librpc/gen_ndr/py_dnsserver.c', + deps='RPC_NDR_DNSSERVER pytalloc-util pyrpc_util', + realname='samba/dcerpc/dnsserver.so' + ) + bld.SAMBA_SCRIPT('python_dcerpc_init', pattern='rpc/dcerpc.py', installdir='python/samba/dcerpc', |
