1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/source4/librpc/idl/wscript_build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
600 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
import os
topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
bld.SAMBA_PIDL_LIST('PIDL',
source='''ntp_signd.idl
opendb.idl sasl_helpers.idl
winsif.idl winsrepl.idl''',
options="--includedir=%s --header --ndr-parser" % topinclude,
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
source='''irpc.idl''',
options="--includedir=%s --header --ndr-parser --client --python" % topinclude,
2010-03-20 08:27:48 +03:00
output_dir='../gen_ndr')