summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-23 16:31:07 +1200
committerRalph Boehme <slow@samba.org>2019-10-10 08:08:45 +0000
commitf45ceb0df99afd7cdbf05cb8d0f00b0a1b5bdd0a (patch)
treeaea590ab61288763cbf4c9bb1a8c6d1267ab6102 /librpc
parent81fbba8f649e4115961eb77462ca450e7a30611e (diff)
downloadsamba-f45ceb0df99afd7cdbf05cb8d0f00b0a1b5bdd0a.tar.gz
librpc: Remove unused build of atsvc server
This avoids building server-side code we do not use and so makes the build smaller and code auditing easier. 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 526dafb98a7..08677423708 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -1,7 +1,7 @@
#!/usr/bin/env python
bld.SAMBA_PIDL_LIST('PIDL',
- '''atsvc.idl drsuapi.idl epmapper.idl initshutdown.idl
+ '''drsuapi.idl epmapper.idl initshutdown.idl
eventlog.idl
ntsvcs.idl remact.idl unixinfo.idl
browser.idl dfs.idl dssetup.idl frsapi.idl
@@ -17,6 +17,11 @@ bld.SAMBA_PIDL_LIST('PIDL',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
+ '''atsvc.idl''',
+ options='--header --ndr-parser --client --python',
+ 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')