s3-waf: fix the build after auth changes.
[ira/wip.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         )