diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 23:08:12 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 23:08:12 +0200 |
commit | 614c8ea98650405b461a6ce034ee5e5acc45a952 (patch) | |
tree | e4179264f76f565f38be107c621b6640ae2fd406 /source4/lib/tls/wscript | |
parent | a20f025ff611d541b82b83791013f2713c999235 (diff) | |
download | samba-614c8ea98650405b461a6ce034ee5e5acc45a952.tar.gz samba-614c8ea98650405b461a6ce034ee5e5acc45a952.tar.bz2 samba-614c8ea98650405b461a6ce034ee5e5acc45a952.zip |
tls: add missing dependency on util_tevent.
Diffstat (limited to 'source4/lib/tls/wscript')
-rw-r--r-- | source4/lib/tls/wscript | 2 |
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' ) |