projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f636f
)
add replay.c
author
John Kohl
<jtkohl@mit.edu>
Wed, 13 Feb 1991 15:30:16 +0000
(15:30 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 13 Feb 1991 15:30:16 +0000
(15:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1682
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kdc/Imakefile
patch
|
blob
|
history
diff --git
a/src/kdc/Imakefile
b/src/kdc/Imakefile
index ff0722f97960ec2efa8e1152298b27339e4cb1dd..b8a6f38e0c09ca864759d989da0a9fdefc919fef 100644
(file)
--- a/
src/kdc/Imakefile
+++ b/
src/kdc/Imakefile
@@
-26,6
+26,7
@@
SRCS= \
network.c \
policy.c \
extern.c \
+ replay.c \
kerberos_v4.c
OBJS= \
@@
-38,6
+39,7
@@
OBJS= \
network.o \
policy.o \
extern.o \
+ replay.o \
kerberos_v4.o
ErrorTableObjectRule()