s3:torture:delete: fix a comment
[Samba/gebeck_regimport.git] / source4 / librpc / idl / wscript_build
blob59b16766ea5021140f6931bfbc6309aed9a87dcd
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 nfs4acl.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')