diff options
author | Matthieu Patou <mat@matws.net> | 2011-02-12 23:18:29 +0300 |
---|---|---|
committer | Matthieu Patou <mat@matws.net> | 2011-02-13 01:23:05 +0300 |
commit | f8a156dbe649177b9672d364908ef3355508c690 (patch) | |
tree | 8859d148c189a743b7bac804b63c178e5175b237 /librpc/idl | |
parent | 17fdee0e92e09c1e5bf6319dfddf7b014b19f314 (diff) | |
download | samba-f8a156dbe649177b9672d364908ef3355508c690.tar.gz samba-f8a156dbe649177b9672d364908ef3355508c690.tar.xz samba-f8a156dbe649177b9672d364908ef3355508c690.zip |
librpc: add bindings for dnsp in python
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/wscript_build | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index c8402c6cc1a..33dd4c9b284 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -25,6 +25,11 @@ bld.SAMBA_PIDL_LIST('PIDL', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', - 'rap.idl dnsp.idl ntprinting.idl preg.idl', + 'rap.idl ntprinting.idl preg.idl', options='--header --ndr-parser', output_dir='../gen_ndr') + +bld.SAMBA_PIDL_LIST('PIDL', + 'dnsp.idl', + options='--header --ndr-parser --client --python', + output_dir='../gen_ndr') |