#!/usr/bin/env python bld.SAMBA_PIDL_LIST('PIDL', '''messaging.idl libnetapi.idl notify.idl perfcount.idl secrets.idl libnet_join.idl''', options='--includedir=../librpc/idl --header --ndr-parser', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', 'wbint.idl', options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --client', output_dir='../gen_ndr')