1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00
samba-mirror/auth/wscript_build
Andrew Bartlett 561d834123 auth: move credentials layer to the top level
This will allow gensec_start.c to move to the top level.  This does not change
what code uses the cli_credentials code, but allows the gensec code to be
more broadly.

Andrew Bartlett
2011-10-11 13:41:36 +11:00

12 lines
314 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')
bld.RECURSE('credentials')