s3-waf: Added missing client option to pidl list for wbint.
[obnox/samba/samba-obnox.git] / source3 / librpc / idl / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_PIDL_LIST('PIDL',
4                     '''messaging.idl libnetapi.idl notify.idl
5                        wbint.idl perfcount.idl secrets.idl libnet_join.idl preg.idl''',
6                     options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client --client',
7                     output_dir='../gen_ndr')
8