mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
60b11645b0
Review with: git show --patience BUG: https://bugzilla.samba.org/show_bug.cgi?id=15621 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
17 lines
567 B
Python
17 lines
567 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBTLS',
|
|
source='''
|
|
tlscert.c
|
|
tls_tstream.c
|
|
''',
|
|
public_deps='''
|
|
talloc
|
|
gnutls
|
|
GNUTLS_HELPERS
|
|
samba-hostconfig
|
|
LIBTSOCKET
|
|
tevent
|
|
tevent-util
|
|
''')
|