s3:vfs: Correctly check if OFD locks should be enabled or not
[Samba.git] / source3 / librpc / idl / wscript_build
blob183226e5f9bc299dfe8b6f8691a8cd0f9f10f492
1 #!/usr/bin/env python
3 import os
5 topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl')
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')