summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/wscript_build
blob: 5dc46cfba9878ee8e24a74e84df3fdbf76de8bda (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

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