f8dca6af4a764ecbfce4d2cabac81c0519aaa83e
[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='''ntp_signd.idl
9                               opendb.idl sasl_helpers.idl
10                               winsif.idl winsrepl.idl winstation.idl''',
11                     options="--includedir=%s --header --ndr-parser" % topinclude,
12                     output_dir='../gen_ndr')
13
14 bld.SAMBA_PIDL_LIST('PIDL',
15                     source='''irpc.idl''',
16                     options="--includedir=%s --header --ndr-parser --client --python" % topinclude,
17                     output_dir='../gen_ndr')