blob: 3d1e2588b7ff5c080070fc48a415eb389dc3ebe9 (
plain)
1
2
3
4
5
6
7
|
bld.SAMBA_PIDL_LIST('PIDL',
'''messaging.idl libnetapi.idl notify.idl
wbint.idl perfcount.idl secrets.idl libnet_join.idl''',
options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
output_dir='../gen_ndr')
|