summaryrefslogtreecommitdiff
path: root/librpc/idl/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2012-02-08 13:00:29 +1100
committerAndrew Tridgell <tridge@samba.org>2012-02-08 13:11:05 +1100
commita9e2b620ca5f00c1cb1d4274ed57a5f6c93b7102 (patch)
tree81a03523e57ee31ae14ac1fd53d25f71c9d7d6f5 /librpc/idl/wscript_build
parentf8ef24083193ee2dade7884178f583ecb204684c (diff)
downloadsamba-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
Diffstat (limited to 'librpc/idl/wscript_build')
-rw-r--r--librpc/idl/wscript_build2
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',