blob: 0fcb420cbe2a8f51eb926e44aada2c77fd22440a (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env python
bld.SAMBA_PIDL_LIST('PIDL',
source='''irpc.idl nfs4acl.idl notify.idl ntp_signd.idl
opendb.idl sasl_helpers.idl server_id.idl winbind.idl
winsif.idl winsrepl.idl winstation.idl''',
options="--includedir=../librpc/idl --header --ndr-parser --client --python --server",
output_dir='../gen_ndr')
|