5 topinclude
=os
.path
.join(bld
.srcnode
.abspath(), 'librpc/idl')
7 bld
.SAMBA_PIDL_LIST('PIDL',
8 '''messaging.idl libnetapi.idl open_files.idl
9 perfcount.idl secrets.idl libnet_join.idl
12 options
='--includedir=%s --header --ndr-parser' % topinclude
,
13 output_dir
='../gen_ndr')
15 bld
.SAMBA_PIDL_LIST('PIDL',
17 options
='--includedir=%s --header --ndr-parser --samba3-ndr-server --client' % topinclude
,
18 output_dir
='../gen_ndr')