From 09024238cf16ee3721ea094a705585f562a34d91 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 7 Feb 1990 17:58:36 +0000 Subject: add in_tkt_pwd, kdc_rep_dc git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@316 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/Imakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile index 3ef7197ec..d1c9a800d 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 \ -- cgit