From: Andrew Bartlett Date: Mon, 23 Sep 2019 04:31:07 +0000 (+1200) Subject: librpc: Remove unused build of atsvc server X-Git-Tag: talloc-2.3.1~394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f45ceb0df99afd7cdbf05cb8d0f00b0a1b5bdd0a;p=thirdparty%2Fsamba.git 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 Reviewed-by: Ralph Boehme --- 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 @@ -16,6 +16,11 @@ bld.SAMBA_PIDL_LIST('PIDL', options='--header --ndr-parser --samba3-ndr-server --server --client --python', 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',