mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
tls: add missing dependency on util_tevent.
This commit is contained in:
parent
a20f025ff6
commit
614c8ea986
@ -49,5 +49,5 @@ def configure(conf):
|
||||
def build(bld):
|
||||
bld.SAMBA_SUBSYSTEM('LIBTLS',
|
||||
source='tls.c tlscert.c tls_tstream.c',
|
||||
public_deps='talloc gnutls gcrypt LIBSAMBA-HOSTCONFIG samba_socket LIBTSOCKET'
|
||||
public_deps='talloc gnutls gcrypt LIBSAMBA-HOSTCONFIG samba_socket LIBTSOCKET tevent UTIL_TEVENT'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user