diff options
Diffstat (limited to 'source4/lib/tls/wscript')
-rw-r--r-- | source4/lib/tls/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript index 8b6f782028..66a5d1a68c 100644 --- a/source4/lib/tls/wscript +++ b/source4/lib/tls/wscript @@ -48,6 +48,6 @@ def configure(conf): def build(bld): bld.SAMBA_SUBSYSTEM('LIBTLS', - source='tls.c tlscert.c', - public_deps='talloc gnutls gcrypt LIBSAMBA-HOSTCONFIG samba_socket' + source='tls.c tlscert.c tls_tstream.c', + public_deps='talloc gnutls gcrypt LIBSAMBA-HOSTCONFIG samba_socket LIBTSOCKET' ) |