diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-04 16:14:10 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-05 00:38:34 +0200 |
commit | 9eab95bd08cf63b63de63ed8dc88ca3a40345b19 (patch) | |
tree | c93175181d48d1e72df5ef03747779fca19a75a3 /source4/dsdb/wscript_build | |
parent | 39f9bfde394e9f2408ba11a40267de9c3a6e119e (diff) | |
download | samba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.tar.gz samba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.tar.bz2 samba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.zip |
heimdal: Fix name of hx509 library.
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 3c2742d5d0..92a367db18 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -5,7 +5,7 @@ bld.RECURSE('samdb/ldb_modules') bld.SAMBA_SUBSYSTEM('SAMDB', source='samdb/samdb.c samdb/samdb_privilege.c samdb/cracknames.c repl/replicated_objects.c', autoproto='samdb/samdb_proto.h', - public_deps='HEIMDAL_KRB5', + public_deps='krb5', deps='LIBNDR NDR_DRSUAPI NDR_DRSBLOBS NSS_WRAPPER auth_system_session LIBCLI_AUTH LIBNDR SAMDB_SCHEMA LDBSAMBA SAMDB_COMMON LIBCLI_DRSUAPI LIBCLI_LDAP_NDR LIBSAMBA-UTIL' ) |