docs: use the stdarg.option entity in the popt.common.samba entity
[Samba/gebeck_regimport.git] / source3 / librpc / idl / wscript_build
blob712108d4e6c20ce7683dd1966505271f989bca7a
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 '''messaging.idl libnetapi.idl open_files.idl
9 perfcount.idl secrets.idl libnet_join.idl
10 smbXsrv.idl
11 ''',
12 options='--includedir=%s --header --ndr-parser' % topinclude,
13 output_dir='../gen_ndr')
15 bld.SAMBA_PIDL_LIST('PIDL',
16 'wbint.idl',
17 options='--includedir=%s --header --ndr-parser --samba3-ndr-server --client' % topinclude,
18 output_dir='../gen_ndr')