s3/s4:libcli/tstream - add more "char *" casts in order to suppress Solaris warnings
[samba.git] / libcli / named_pipe_auth / wscript_build
1 #!/usr/bin/env python
2
3
4 bld.SAMBA_SUBSYSTEM('NAMED_PIPE_AUTH_TSTREAM',
5         source='npa_tstream.c',
6         public_deps='NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
7         )
8