s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / source4 / librpc / idl / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_PIDL_LIST('PIDL',
4                     source='''irpc.idl nfs4acl.idl notify.idl ntp_signd.idl
5                               opendb.idl sasl_helpers.idl server_id.idl winbind.idl
6                               winsif.idl winsrepl.idl winstation.idl''',
7                     options="--includedir=../librpc/idl --header --ndr-parser --client --python --server",
8                     output_dir='../gen_ndr')