summaryrefslogtreecommitdiff
path: root/source4/librpc/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2011-09-26 22:25:51 -0700
committerKai Blin <kai@samba.org>2011-11-04 15:51:58 +0100
commit23000bcf2e6cfdb362d7cdbedd6a95d5422080da (patch)
treef88fbe7ec114b3034180d764b1f10856eb1890a0 /source4/librpc/wscript_build
parent9b4c300922d16856d2e1207072915eba48bd3f47 (diff)
downloadsamba-23000bcf2e6cfdb362d7cdbedd6a95d5422080da.tar.gz
samba-23000bcf2e6cfdb362d7cdbedd6a95d5422080da.tar.bz2
samba-23000bcf2e6cfdb362d7cdbedd6a95d5422080da.zip
dns: Build the python bindings
Diffstat (limited to 'source4/librpc/wscript_build')
-rwxr-xr-xsource4/librpc/wscript_build6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index b4e65e8aa7..cb4c5307a6 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -181,6 +181,12 @@ bld.SAMBA_PYTHON('python_echo',
realname='samba/dcerpc/echo.so'
)
+bld.SAMBA_PYTHON('python_dns',
+ source='../../librpc/gen_ndr/py_dns.c',
+ deps='RPC_NDR_DNS pytalloc-util pyrpc_util',
+ realname='samba/dcerpc/dns.so'
+ )
+
bld.SAMBA_PYTHON('python_auth',
source='../../librpc/gen_ndr/py_auth.c',
deps='NDR_AUTH pytalloc-util pyrpc_util',