7e54e8dfa4e54a43d12444aad8b46095736208e8
[samba.git] / source4 / librpc / idl / wscript_build
1 #!/usr/bin/env python
2
3 import os
4
5 topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
6
7 bld.SAMBA_PIDL_LIST('PIDL',
8                     source='''irpc.idl ntp_signd.idl
9                               opendb.idl sasl_helpers.idl winbind.idl
10                               winsif.idl winsrepl.idl winstation.idl''',
11                     options="--includedir=%s --header --ndr-parser --client --python --server" % topinclude,
12                     output_dir='../gen_ndr')