1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

librpc: Remove server build of oxidresolver.idl

We do not have a 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:
Andrew Bartlett 2019-09-23 17:08:56 +12:00 committed by Ralph Boehme
parent b273924b8a
commit d7bb9f5425

View File

@ -6,7 +6,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
browser.idl dssetup.idl frsapi.idl
spoolss.idl
dnsserver.idl echo.idl lsa.idl
oxidresolver.idl samr.idl srvsvc.idl winreg.idl
samr.idl srvsvc.idl winreg.idl
mgmt.idl netlogon.idl
svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl
fsrvp.idl witness.idl clusapi.idl
@ -35,7 +35,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
# DCOM stuff
bld.SAMBA_PIDL_LIST('PIDL',
'''remact.idl''',
'''oxidresolver.idl remact.idl''',
options='--header --ndr-parser --client',
output_dir='../gen_ndr')