s3:registry: fix debug message in regdb_store_values_internal() (cherry picked from...
[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         )