1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source4/lib/tls/wscript_build
Stefan Metzmacher 60b11645b0 s4:lib/tls: split out tstream_tls_prepare_gnutls()
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>
2024-04-23 23:50:33 +00:00

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
''')