projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65efaf
)
add in_tkt_pwd, kdc_rep_dc
author
John Kohl
<jtkohl@mit.edu>
Wed, 7 Feb 1990 17:58:36 +0000
(17:58 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 7 Feb 1990 17:58:36 +0000
(17:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@316
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/Imakefile
b/src/lib/krb5/krb/Imakefile
index 3ef7197ec3d60104f4faae3d53577ef0154afada..d1c9a800d4b948dc79de0ca1358b3d7322349644 100644
(file)
--- 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 \