5 topinclude
=os
.path
.join(bld
.srcnode
.abspath(), 'librpc/idl')
7 bld
.SAMBA_PIDL_LIST('PIDL',
8 source
='''irpc.idl nfs4acl.idl ntp_signd.idl
9 opendb.idl sasl_helpers.idl winbind.idl
10 winsif.idl winsrepl.idl winstation.idl''',
11 options
="--includedir=%s --header --ndr-parser --client --python --server" % topinclude
,
12 output_dir
='../gen_ndr')