diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-17 17:03:54 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-17 19:02:19 +1000 |
commit | 1c7c1a86ecf401f54b9462bb9d0946356ddb688d (patch) | |
tree | 139c0239f78c782aa8606adc728a7f3a496f2116 /librpc | |
parent | 39bd61e018d8495f9a7368d1656c6f52d422e6e3 (diff) | |
download | samba-1c7c1a86ecf401f54b9462bb9d0946356ddb688d.tar.gz samba-1c7c1a86ecf401f54b9462bb9d0946356ddb688d.tar.bz2 samba-1c7c1a86ecf401f54b9462bb9d0946356ddb688d.zip |
idl: build python interfaces for winbind and idmap IDL
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-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 e8723ce367..b8d11badf4 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -20,6 +20,11 @@ bld.SAMBA_PIDL_LIST('PIDL', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', - 'rap.idl idmap.idl dnsp.idl ntprinting.idl', + 'idmap.idl', + options='--header --ndr-parser --client --python', + output_dir='../gen_ndr') + +bld.SAMBA_PIDL_LIST('PIDL', + 'rap.idl dnsp.idl ntprinting.idl', options='--header --ndr-parser', output_dir='../gen_ndr') |