add replay.c
authorJohn Kohl <jtkohl@mit.edu>
Wed, 13 Feb 1991 15:30:16 +0000 (15:30 +0000)
committerJohn 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

index ff0722f97960ec2efa8e1152298b27339e4cb1dd..b8a6f38e0c09ca864759d989da0a9fdefc919fef 100644 (file)
@@ -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()