summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/wscript_build
blob: 20c66ad47cc5899da0d62fc5c01b2b388cfb6596 (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='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
                    output_dir='../gen_ndr')