summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-23 16:32:38 +1200
committerRalph Boehme <slow@samba.org>2019-10-10 08:08:45 +0000
commit8216c2187f1efa9cf114f705252a452e5b6721d1 (patch)
tree1eb569e26d5c7a33303f3618b58db217ddb52340 /librpc
parentf45ceb0df99afd7cdbf05cb8d0f00b0a1b5bdd0a (diff)
downloadsamba-8216c2187f1efa9cf114f705252a452e5b6721d1.tar.gz
librpc: Remove s4 server build of initshutdown
We do not have a source4 varient of the initshutdown server, so do not generate the code for it. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/wscript_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 08677423708..e6afd2be95d 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -1,7 +1,7 @@
#!/usr/bin/env python
bld.SAMBA_PIDL_LIST('PIDL',
- '''drsuapi.idl epmapper.idl initshutdown.idl
+ '''drsuapi.idl epmapper.idl
eventlog.idl
ntsvcs.idl remact.idl unixinfo.idl
browser.idl dfs.idl dssetup.idl frsapi.idl
@@ -22,6 +22,11 @@ bld.SAMBA_PIDL_LIST('PIDL',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
+ '''initshutdown.idl''',
+ options='--header --ndr-parser --client --python --samba3-ndr-server',
+ output_dir='../gen_ndr')
+
+bld.SAMBA_PIDL_LIST('PIDL',
'wmi.idl dcom.idl',
options='--header --ndr-parser --server --client --dcom-proxy --com-header',
output_dir='../gen_ndr')