Fix bug #8922.
[ddiss/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         )