From c46191b8781b076ed872f14e01592997def44f89 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Sep 2019 16:57:48 +1200 Subject: [PATCH] librpc: Remove client and server build of rot.idl We do not have a client or server for this DCOM component so do not generate the code for it. Signed-off-by: Andrew Bartlett Reviewed-by: Ralph Boehme --- librpc/idl/wscript_build | 3 ++- librpc/wscript_build | 5 ----- source4/torture/wscript_build | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index 3cf818e7658..adf72a2bf3c 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_PIDL_LIST('PIDL', '''drsuapi.idl epmapper.idl eventlog.idl browser.idl dssetup.idl frsapi.idl - rot.idl spoolss.idl w32time.idl + spoolss.idl w32time.idl dnsserver.idl echo.idl lsa.idl oxidresolver.idl samr.idl srvsvc.idl winreg.idl mgmt.idl netlogon.idl @@ -58,6 +58,7 @@ bld.SAMBA_PIDL_LIST('PIDL', msgsvc.idl orpc.idl policyagent.idl + rot.idl scerpc.idl trkwks.idl wzcsvc.idl diff --git a/librpc/wscript_build b/librpc/wscript_build index d72592b52cc..13e6458cfc6 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -435,11 +435,6 @@ bld.SAMBA_SUBSYSTEM('NDR_MESSAGING', public_deps='ndr NDR_SERVER_ID' ) -bld.SAMBA_SUBSYSTEM('RPC_NDR_ROT', - source='gen_ndr/ndr_rot_c.c', - public_deps='NDR_ROT dcerpc-binding' - ) - bld.SAMBA_SUBSYSTEM('RPC_NDR_ATSVC', source='gen_ndr/ndr_atsvc_c.c', public_deps='dcerpc-binding NDR_ATSVC' diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index c729558a98d..65af160b322 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -163,7 +163,6 @@ bld.SAMBA_MODULE('torture_rpc', RPC_NDR_SPOOLSS RPC_NDR_SRVSVC RPC_NDR_WKSSVC - RPC_NDR_ROT RPC_NDR_DSSETUP RPC_NDR_REMACT RPC_NDR_OXIDRESOLVER -- 2.34.1