s3: add server_id.idl and use only autogenerated code.
[Samba.git] / source3 / librpc / idl / wscript_build
blobe24475b5431a4878333afa44ecaeab5f0150f7b0
1 #!/usr/bin/env python
3 bld.SAMBA_PIDL_LIST('PIDL',
4 '''messaging.idl libnetapi.idl notify.idl
5 perfcount.idl secrets.idl libnet_join.idl server_id.idl''',
6 options='--includedir=../librpc/idl --header --ndr-parser',
7 output_dir='../gen_ndr')
9 bld.SAMBA_PIDL_LIST('PIDL',
10 'wbint.idl',
11 options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --client',
12 output_dir='../gen_ndr')