mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
561d834123
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
12 lines
314 B
Python
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')
|