blob: 3ebe6b8e9e8d76e44b78237c975d62aad6b39eaf (
plain)
1
2
3
4
5
6
7
|
bld.SAMBA_PIDL_LIST('PIDL_S4',
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')
|