From a9e2b620ca5f00c1cb1d4274ed57a5f6c93b7102 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 8 Feb 2012 13:00:29 +1100 Subject: idl: wmi and dcom don't need python bindings the python generation for these IDL files is currently broken --- librpc/idl/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index d2112b47d8..c90edf1002 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -18,7 +18,7 @@ bld.SAMBA_PIDL_LIST('PIDL', bld.SAMBA_PIDL_LIST('PIDL', 'wmi.idl dcom.idl', - options='--header --ndr-parser --server --client --python --dcom-proxy --com-header', + options='--header --ndr-parser --server --client --dcom-proxy --com-header', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', -- cgit