mirror of
https://github.com/samba-team/samba.git
synced 2025-08-08 13:49:29 +03:00
librpc: Do not place the ndr_table for windows_event_ids.idl in the global list
This is just a list of event IDs, there are no structures to parse. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14191 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Pair-progammed-with: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
committed by
Douglas Bagnall
parent
88373c472c
commit
88c8cd7a1e
@ -114,12 +114,19 @@ bld.SAMBA_PIDL_LIST('PIDL',
|
||||
security.idl
|
||||
server_id.idl
|
||||
smb_acl.idl
|
||||
windows_event_ids.idl
|
||||
xattr.idl
|
||||
''',
|
||||
options='--header --ndr-parser --python',
|
||||
output_dir='../gen_ndr')
|
||||
|
||||
bld.SAMBA_PIDL_LIST('PIDL',
|
||||
'''
|
||||
windows_event_ids.idl
|
||||
''',
|
||||
options='--header --ndr-parser --python',
|
||||
output_dir='../gen_ndr',
|
||||
generate_tables=False)
|
||||
|
||||
bld.SAMBA_PIDL_LIST('PIDL',
|
||||
'winbind.idl',
|
||||
options='--header --ndr-parser --samba3-ndr-server --client --python',
|
||||
|
Reference in New Issue
Block a user