WHATSNEW: Prepare release notes for Samba 3.6.19.
[samba.git] / auth / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('auth_sam_reply',
4         source='auth_sam_reply.c',
5         deps='talloc',
6         autoproto='auth_sam_reply.h'
7         )