summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl/wscript_build
blob: 59b16766ea5021140f6931bfbc6309aed9a87dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

import os

topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')

bld.SAMBA_PIDL_LIST('PIDL',
                    source='''irpc.idl nfs4acl.idl ntp_signd.idl
                              opendb.idl sasl_helpers.idl winbind.idl
                              winsif.idl winsrepl.idl winstation.idl''',
                    options="--includedir=%s --header --ndr-parser --client --python --server" % topinclude,
                    output_dir='../gen_ndr')