mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
13f8674a15
there is a libsecurity on OSF1 which clasheѕ with our security lib. see bug #9023. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Aug 10 14:22:21 CEST 2012 on sn-devel-104
13 lines
343 B
Python
13 lines
343 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('auth_sam_reply',
|
|
source='auth_sam_reply.c',
|
|
deps='talloc samba-security samba-util',
|
|
autoproto='auth_sam_reply.h',
|
|
private_library=True
|
|
)
|
|
|
|
bld.RECURSE('gensec')
|
|
bld.RECURSE('ntlmssp')
|
|
bld.RECURSE('credentials')
|