mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
librpc: Add commnets on the split out of IDL files
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
759660b16a
commit
83fae58486
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user