From: Andrew Bartlett Date: Mon, 23 Sep 2019 04:39:11 +0000 (+1200) Subject: librpc: Add commnets on the split out of IDL files X-Git-Tag: talloc-2.3.1~390 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83fae584867babbb602da7096160bdc811dcf337;p=thirdparty%2Fsamba.git librpc: Add commnets on the split out of IDL files Signed-off-by: Andrew Bartlett Reviewed-by: Ralph Boehme --- diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index 6e4ffd44076..3d60df26b87 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -16,16 +16,19 @@ bld.SAMBA_PIDL_LIST('PIDL', options='--header --ndr-parser --samba3-ndr-server --server --client --python', output_dir='../gen_ndr') +# Services that we only have a client for bld.SAMBA_PIDL_LIST('PIDL', '''atsvc.idl''', options='--header --ndr-parser --client --python', output_dir='../gen_ndr') +# Services that we only have a server in the source3 style bld.SAMBA_PIDL_LIST('PIDL', '''initshutdown.idl ntsvcs.idl''', options='--header --ndr-parser --client --python --samba3-ndr-server', output_dir='../gen_ndr') +# DCOM stuff bld.SAMBA_PIDL_LIST('PIDL', '''remact.idl''', options='--header --ndr-parser --client',