1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

librpc: Remove client and server build of w32time.idl

We do not have a server for the Win32 Time Server 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:
Andrew Bartlett 2019-09-23 16:58:35 +12:00 committed by Ralph Boehme
parent c46191b878
commit b273924b8a
2 changed files with 2 additions and 6 deletions

View File

@ -4,7 +4,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
'''drsuapi.idl epmapper.idl
eventlog.idl
browser.idl dssetup.idl frsapi.idl
spoolss.idl w32time.idl
spoolss.idl
dnsserver.idl echo.idl lsa.idl
oxidresolver.idl samr.idl srvsvc.idl winreg.idl
mgmt.idl netlogon.idl
@ -61,6 +61,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
rot.idl
scerpc.idl
trkwks.idl
w32time.idl
wzcsvc.idl
''',
options='--header --ndr-parser',

View File

@ -547,11 +547,6 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_REMACT',
public_deps='dcerpc-binding NDR_REMACT'
)
bld.SAMBA_SUBSYSTEM('RPC_NDR_W32TIME',
source='gen_ndr/ndr_w32time_c.c',
public_deps='dcerpc-binding NDR_W32TIME'
)
bld.SAMBA_SUBSYSTEM('RPC_NDR_NTSVCS',
source='gen_ndr/ndr_ntsvcs_c.c',
public_deps='dcerpc-binding ndr-standard'