5 topinclude
=os
.path
.join(bld
.srcnode
.abspath(), 'librpc/idl')
7 bld
.SAMBA_PIDL_LIST('PIDL',
9 perfcount.idl secrets.idl
14 options
='--includedir=%s --header --ndr-parser --client --python' % topinclude
,
15 output_dir
='../gen_ndr')
17 bld
.SAMBA_PIDL_LIST('PIDL',
22 options
='--includedir=%s --header --ndr-parser' % topinclude
,
23 output_dir
='../gen_ndr',
24 generate_tables
=False)
26 absinclude
=os
.path
.join(bld
.srcnode
.abspath(), 'bin/default/include')
28 bld
.SAMBA_PIDL_LIST('PIDL',
30 libnet_join.idl ads.idl
32 options
='--includedir=%s --includedir=%s --header --ndr-parser' % (topinclude
, absinclude
),
33 output_dir
='../gen_ndr',
34 generate_tables
=False)