From d7bb9f54250f170ea18aad08a98862f7054d8579 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Sep 2019 17:08:56 +1200 Subject: [PATCH] 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 Reviewed-by: Ralph Boehme --- librpc/idl/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index a35ab15253b..e17a37255fa 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -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') -- 2.47.3