1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/auth/wscript_build

11 lines
287 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
2011-05-16 15:06:22 +04:00
bld.SAMBA_LIBRARY('auth_sam_reply',
source='auth_sam_reply.c',
deps='talloc security samba-util',
autoproto='auth_sam_reply.h',
private_library=True
)
bld.RECURSE('gensec')