libsmb,s3/smbd: dump SMB3+ session keys if debug parm is set
[Samba.git] / source4 / librpc / idl / wscript_build
blob6e3e36a6a6bf93fe735789a80938422ffd286302
1 #!/usr/bin/env python
3 import os
5 topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
7 bld.SAMBA_PIDL_LIST('PIDL',
8 source='''irpc.idl ntp_signd.idl
9 opendb.idl sasl_helpers.idl
10 winsif.idl winsrepl.idl winstation.idl''',
11 options="--includedir=%s --header --ndr-parser --client --python --server" % topinclude,
12 output_dir='../gen_ndr')