diff options
author | Andrew Tridgell <tridge@samba.org> | 2012-02-08 13:00:29 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2012-02-08 13:11:05 +1100 |
commit | a9e2b620ca5f00c1cb1d4274ed57a5f6c93b7102 (patch) | |
tree | 81a03523e57ee31ae14ac1fd53d25f71c9d7d6f5 | |
parent | f8ef24083193ee2dade7884178f583ecb204684c (diff) | |
download | samba-a9e2b620ca5f00c1cb1d4274ed57a5f6c93b7102.tar.gz samba-a9e2b620ca5f00c1cb1d4274ed57a5f6c93b7102.tar.bz2 samba-a9e2b620ca5f00c1cb1d4274ed57a5f6c93b7102.zip |
idl: wmi and dcom don't need python bindings
the python generation for these IDL files is currently broken
-rw-r--r-- | librpc/idl/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |