1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/auth/wscript_build
Günther Deschner 360ca8e017 auth: avoid overwriting the auth_sam_reply.h header all the time.
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
2014-05-12 17:49:46 +02:00

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')