cli_raw: Make name lowercase.
[rusty/samba.git] / source4 / libcli / rap / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('LIBCLI_RAP',
4         source='rap.c',
5         public_deps='cli_raw NDR_RAP',
6         autoproto='proto.h'
7         )