summaryrefslogtreecommitdiff
path: root/source4/kdc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-18 17:24:29 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-18 17:24:29 +0100
commit3f63d2fe4d3dc02d98e8b025c0992316f34be7c6 (patch)
tree0651141bb12394d242a8251da1bc924c12cefebb /source4/kdc
parent7dd064fcd9c41f19d43abaa9d994224b0e215edb (diff)
downloadsamba-3f63d2fe4d3dc02d98e8b025c0992316f34be7c6.tar.gz
samba-3f63d2fe4d3dc02d98e8b025c0992316f34be7c6.tar.bz2
samba-3f63d2fe4d3dc02d98e8b025c0992316f34be7c6.zip
Fix unresolved symbols.
(This used to be commit dbcecb6d8fe3e13cc4da003adeda7623b746b751)
Diffstat (limited to 'source4/kdc')
-rw-r--r--source4/kdc/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/kdc/config.mk b/source4/kdc/config.mk
index c787343515..479cb36296 100644
--- a/source4/kdc/config.mk
+++ b/source4/kdc/config.mk
@@ -22,7 +22,8 @@ OBJ_FILES = \
hdb-ldb.o \
pac-glue.o
PRIVATE_DEPENDENCIES = \
- LIBLDB auth_sam auth_sam_reply KERBEROS CREDENTIALS
+ LIBLDB auth_sam auth_sam_reply KERBEROS CREDENTIALS \
+ HEIMDAL_HDB_ASN1
# End SUBSYSTEM KDC
#######################