From: Andrew Bartlett Date: Mon, 23 Sep 2019 04:32:38 +0000 (+1200) Subject: librpc: Remove s4 server build of initshutdown X-Git-Tag: talloc-2.3.1~393 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=8216c2187f1efa9cf114f705252a452e5b6721d1 librpc: Remove s4 server build of initshutdown We do not have a source4 varient of the initshutdown 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 08677423708..e6afd2be95d 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python bld.SAMBA_PIDL_LIST('PIDL', - '''drsuapi.idl epmapper.idl initshutdown.idl + '''drsuapi.idl epmapper.idl eventlog.idl ntsvcs.idl remact.idl unixinfo.idl browser.idl dfs.idl dssetup.idl frsapi.idl @@ -21,6 +21,11 @@ bld.SAMBA_PIDL_LIST('PIDL', options='--header --ndr-parser --client --python', output_dir='../gen_ndr') +bld.SAMBA_PIDL_LIST('PIDL', + '''initshutdown.idl''', + options='--header --ndr-parser --client --python --samba3-ndr-server', + output_dir='../gen_ndr') + bld.SAMBA_PIDL_LIST('PIDL', 'wmi.idl dcom.idl', options='--header --ndr-parser --server --client --dcom-proxy --com-header',