projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e19df1d
)
add mk_req, mk_req_ext
author
John Kohl
<jtkohl@mit.edu>
Thu, 8 Mar 1990 16:52:18 +0000
(16:52 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 8 Mar 1990 16:52:18 +0000
(16:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@374
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 34759326a486d814b9d16b86ea5dbda995e3fa18..89a53fb19fab885481183183f1de4c40627d1e5d 100644
(file)
--- a/
src/lib/krb5/krb/Imakefile
+++ b/
src/lib/krb5/krb/Imakefile
@@
-14,6
+14,8
@@
OBJS= decode_kdc.o \
in_tkt_sky.o \
kdc_rep_dc.o \
mk_error.o \
+ mk_req.o \
+ mk_req_ext.o \
parse.o \
princ_comp.o \
rd_error.o \
@@
-33,6
+35,8
@@
SRCS= decode_kdc.c \
in_tkt_sky.c \
kdc_rep_dc.c \
mk_error.c \
+ mk_req.c \
+ mk_req_ext.c \
parse.c \
princ_comp.c \
rd_error.c \