mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
6c726745a4
This IDL is almost common, but the source3 version has a hand-marshalled server_id. The s3compat build has problems with two different idl files of the same name. Andrew Bartlett
9 lines
439 B
Python
9 lines
439 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_PIDL_LIST('PIDL',
|
|
source='''irpc.idl nfs4acl.idl s4_notify.idl ntp_signd.idl
|
|
opendb.idl sasl_helpers.idl server_id.idl winbind.idl
|
|
winsif.idl winsrepl.idl winstation.idl''',
|
|
options="--includedir=../librpc/idl --header --ndr-parser --client --python --server",
|
|
output_dir='../gen_ndr')
|