From: Andrew Bartlett Date: Mon, 23 Sep 2019 04:40:47 +0000 (+1200) Subject: librpc: Remove s3 server build of unixinfo X-Git-Tag: talloc-2.3.1~389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=718f9da0a7fb9f48660016a7baafecdb3ed6e4e0;p=thirdparty%2Fsamba.git 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 --- 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''',