Move the alarm setup/teardown out of another_ldap_try() and into separate
[Samba/gebeck_regimport.git] / auth / wscript_build
blob976e8ab09013e5f8a43e7d6f48daaaefe4867db6
1 #!/usr/bin/env python
3 bld.SAMBA_LIBRARY('auth_sam_reply',
4 source='auth_sam_reply.c',
5 deps='talloc security samba-util',
6 autoproto='auth_sam_reply.h',
7 private_library=True
10 bld.RECURSE('gensec')