summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-03-14 13:09:02 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-28 13:19:03 +0200
commit0837d0b9dca5efe8f9cade28fc2ed8b695d6f4c2 (patch)
tree123b0284dac2a8d7f55ba49f1eff745a084c35c0 /librpc
parenta3c9ad53a2543525092e78697af9816b94281960 (diff)
downloadsamba-0837d0b9dca5efe8f9cade28fc2ed8b695d6f4c2.tar.gz
python: Provide Python bindings for messaging.idl
This will allow AUTH_EVENT_NAME and MSG_AUTH_LOG to be accessed from python Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Mar 28 13:19:03 CEST 2017 on sn-devel-144
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/wscript_build7
1 files changed, 1 insertions, 6 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 1f09ae013f0..899708cd5d6 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -24,16 +24,11 @@ bld.SAMBA_PIDL_LIST('PIDL',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
- 'idmap.idl',
+ 'idmap.idl messaging.idl',
options='--header --ndr-parser --client --python',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
- 'messaging.idl',
- options='--header --ndr-parser',
- output_dir='../gen_ndr')
-
-bld.SAMBA_PIDL_LIST('PIDL',
'''
rap.idl
ntprinting.idl