mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
9 lines
436 B
Python
9 lines
436 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_PIDL_LIST('PIDL',
|
|
source='''irpc.idl nfs4acl.idl 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')
|