1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/auth/wscript_build
Andrew Bartlett 16b2118b43 gensec: split GENSEC into mechanism-dependent and runtime functions
The startup and runtime functions that have no dependencies are moved
into the top level.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-08-03 18:48:01 +10:00

11 lines
287 B
Python

#!/usr/bin/env python
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')