mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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 <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
091e8fe14b
commit
c46191b878
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user