From 1c7c1a86ecf401f54b9462bb9d0946356ddb688d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Sep 2010 17:03:54 +1000 Subject: idl: build python interfaces for winbind and idmap IDL Pair-Programmed-With: Andrew Bartlett --- librpc/idl/wscript_build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'librpc/idl') 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') -- cgit