Last change
on this file was 988, checked in by Silvan Scherrer, 8 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
465 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 | import os
|
---|
4 |
|
---|
5 | topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
|
---|
6 |
|
---|
7 | bld.SAMBA_PIDL_LIST('PIDL',
|
---|
8 | '''libnetapi.idl open_files.idl
|
---|
9 | perfcount.idl secrets.idl libnet_join.idl
|
---|
10 | smbXsrv.idl
|
---|
11 | leases_db.idl
|
---|
12 | ''',
|
---|
13 | options='--includedir=%s --header --ndr-parser' % topinclude,
|
---|
14 | output_dir='../gen_ndr')
|
---|
Note:
See
TracBrowser
for help on using the repository browser.