summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-10 23:08:12 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-10 23:08:12 +0200
commit614c8ea98650405b461a6ce034ee5e5acc45a952 (patch)
treee4179264f76f565f38be107c621b6640ae2fd406 /source4
parenta20f025ff611d541b82b83791013f2713c999235 (diff)
downloadsamba-614c8ea98650405b461a6ce034ee5e5acc45a952.tar.gz
samba-614c8ea98650405b461a6ce034ee5e5acc45a952.tar.bz2
samba-614c8ea98650405b461a6ce034ee5e5acc45a952.zip
tls: add missing dependency on util_tevent.
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/tls/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript
index 66a5d1a68c..d18b82c1aa 100644
--- a/source4/lib/tls/wscript
+++ b/source4/lib/tls/wscript
@@ -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'
)