1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00
samba-mirror/source3/librpc/idl/wscript_build

15 lines
465 B
Plaintext
Raw Normal View History

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