1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/librpc/idl/wscript_build

22 lines
712 B
Plaintext
Raw Normal View History

2010-08-16 23:30:26 +04:00
#!/usr/bin/env python
2010-05-12 14:31:27 +04:00
import os
topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
2010-05-12 14:31:27 +04:00
bld.SAMBA_PIDL_LIST('PIDL',
'''open_files.idl
perfcount.idl secrets.idl
2011-12-15 17:45:56 +04:00
smbXsrv.idl
leases_db.idl
2011-12-15 17:45:56 +04:00
''',
options='--includedir=%s --header --ndr-parser' % topinclude,
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
'''libnetapi.idl libnet_join.idl
''',
options='--includedir=%s --header --ndr-parser' % topinclude,
output_dir='../gen_ndr',
generate_tables=False)