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:
parent
c46191b878
commit
b273924b8a
@ -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',
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user