summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/wscript_build
blob: a337f4f39ad8c473d5ae0fc1b633dc9f388b8bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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')