summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-04 16:14:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-05 00:38:34 +0200
commit9eab95bd08cf63b63de63ed8dc88ca3a40345b19 (patch)
treec93175181d48d1e72df5ef03747779fca19a75a3 /source4/dsdb/samdb/ldb_modules/wscript_build
parent39f9bfde394e9f2408ba11a40267de9c3a6e119e (diff)
downloadsamba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.tar.gz
samba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.tar.bz2
samba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.zip
heimdal: Fix name of hx509 library.
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build')
-rw-r--r--source4/dsdb/samdb/ldb_modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build
index e455ae9249..083ec6c84c 100644
--- a/source4/dsdb/samdb/ldb_modules/wscript_build
+++ b/source4/dsdb/samdb/ldb_modules/wscript_build
@@ -139,7 +139,7 @@ bld.SAMBA_MODULE('ldb_password_hash',
subsystem='ldb',
init_function='LDB_MODULE(password_hash)',
internal_module=not bld.CONFIG_SET('USING_SYSTEM_LDB'),
- deps='talloc LIBEVENTS SAMDB LIBCLI_AUTH NDR_DRSBLOBS KERBEROS HEIMDAL_HDB_KEYS HEIMDAL_KRB5'
+ deps='talloc LIBEVENTS SAMDB LIBCLI_AUTH NDR_DRSBLOBS KERBEROS HEIMDAL_HDB_KEYS krb5'
)