summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-06-25 15:41:40 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-26 04:12:33 +0000
commit5df815cfd21c33eaa0e38196490066f214356bd3 (patch)
tree1f4dfb151a2746d2f4d87da1448eb04e91ae2f9a /librpc
parent46bf62dd0c67e90dcbefe7f7a106f1b5927b08f6 (diff)
downloadsamba-5df815cfd21c33eaa0e38196490066f214356bd3.tar.gz
pidl: Remove the need to always specify --client with --python
This allows us to avoid generating client code for NDR-only protocols that do not go over DCE/RPC Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'librpc')
-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 22a52decdfd..ed7fca57c6f 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -92,7 +92,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
windows_event_ids.idl
xattr.idl
''',
- options='--header --ndr-parser --python --client',
+ options='--header --ndr-parser --python',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',