From 718f9da0a7fb9f48660016a7baafecdb3ed6e4e0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Sep 2019 16:40:47 +1200 Subject: [PATCH] librpc: Remove s3 server build of unixinfo We do not have a source3 varient of the unixinfo server, 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 3d60df26b87..39935db4ac2 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -3,7 +3,6 @@ bld.SAMBA_PIDL_LIST('PIDL', '''drsuapi.idl epmapper.idl eventlog.idl - unixinfo.idl browser.idl dfs.idl dssetup.idl frsapi.idl rot.idl spoolss.idl w32time.idl dnsserver.idl echo.idl lsa.idl @@ -28,6 +27,12 @@ bld.SAMBA_PIDL_LIST('PIDL', options='--header --ndr-parser --client --python --samba3-ndr-server', output_dir='../gen_ndr') +# Services that we only have a server in the source4 style +bld.SAMBA_PIDL_LIST('PIDL', + '''unixinfo.idl''', + options='--header --ndr-parser --client --python --server', + output_dir='../gen_ndr') + # DCOM stuff bld.SAMBA_PIDL_LIST('PIDL', '''remact.idl''', -- 2.47.3