From: Andrew Bartlett Date: Mon, 23 Sep 2019 04:34:19 +0000 (+1200) Subject: librpc: Remove s4 server build of ntsvcs X-Git-Tag: talloc-2.3.1~392 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6250fe29dd63e803d0dc3cbd8cef5944bf9911d2;p=thirdparty%2Fsamba.git librpc: Remove s4 server build of ntsvcs We do not have a source4 varient of the ntsvcs 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 e6afd2be95d..25193bd9c8c 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 - ntsvcs.idl remact.idl unixinfo.idl + remact.idl unixinfo.idl browser.idl dfs.idl dssetup.idl frsapi.idl rot.idl spoolss.idl w32time.idl dnsserver.idl echo.idl lsa.idl @@ -22,7 +22,7 @@ bld.SAMBA_PIDL_LIST('PIDL', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', - '''initshutdown.idl''', + '''initshutdown.idl ntsvcs.idl''', options='--header --ndr-parser --client --python --samba3-ndr-server', output_dir='../gen_ndr')