mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
360ca8e017
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Mon May 12 17:49:46 CEST 2014 on sn-devel-104
12 lines
311 B
Python
12 lines
311 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('auth_sam_reply',
|
|
source='auth_sam_reply.c wbc_auth_util.c',
|
|
deps='talloc samba-security samba-util',
|
|
private_library=True
|
|
)
|
|
|
|
bld.RECURSE('gensec')
|
|
bld.RECURSE('ntlmssp')
|
|
bld.RECURSE('credentials')
|