From 759660b16a75a43b910001f9e8502d180a4ba89e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Sep 2019 16:37:31 +1200 Subject: [PATCH] librpc: Remove server build of remact.idl We do not have a server for the DCOM Remote activation service, so do not generate the code for it. Signed-off-by: Andrew Bartlett Reviewed-by: Ralph Boehme --- librpc/idl/wscript_build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index 25193bd9c8c..6e4ffd44076 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_PIDL_LIST('PIDL', '''drsuapi.idl epmapper.idl eventlog.idl - remact.idl unixinfo.idl + unixinfo.idl browser.idl dfs.idl dssetup.idl frsapi.idl rot.idl spoolss.idl w32time.idl dnsserver.idl echo.idl lsa.idl @@ -26,6 +26,11 @@ bld.SAMBA_PIDL_LIST('PIDL', options='--header --ndr-parser --client --python --samba3-ndr-server', output_dir='../gen_ndr') +bld.SAMBA_PIDL_LIST('PIDL', + '''remact.idl''', + options='--header --ndr-parser --client', + output_dir='../gen_ndr') + bld.SAMBA_PIDL_LIST('PIDL', 'wmi.idl dcom.idl', options='--header --ndr-parser --server --client --dcom-proxy --com-header', -- 2.47.3