summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-07 17:58:36 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-07 17:58:36 +0000
commit09024238cf16ee3721ea094a705585f562a34d91 (patch)
treec9125f23d128785a915426b2a74cf79a3efdcc4d
parentc65efafe73234062a1a2bb721c9330ac98591df0 (diff)
downloadkrb5-09024238cf16ee3721ea094a705585f562a34d91.tar.gz
krb5-09024238cf16ee3721ea094a705585f562a34d91.tar.xz
krb5-09024238cf16ee3721ea094a705585f562a34d91.zip
add in_tkt_pwd, kdc_rep_dc
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@316 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/krb/Imakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile
index 3ef7197ec3..d1c9a800d4 100644
--- a/src/lib/krb5/krb/Imakefile
+++ b/src/lib/krb5/krb/Imakefile
@@ -7,6 +7,8 @@ OBJS= decode_kdc.o \
encode_kdc.o \
encode_tkt.o \
encrypt_tk.o \
+ in_tkt_pwd.o \
+ kdc_rep_dc.o \
mk_error.o \
parse.o \
princ_comp.o \
@@ -20,6 +22,8 @@ SRCS= decode_kdc.c \
encode_kdc.c \
encode_tkt.c \
encrypt_tk.c \
+ in_tkt_pwd.c \
+ kdc_rep_dc.c \
mk_error.c \
parse.c \
princ_comp.c \