summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/rcache/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/rcache/Imakefile b/src/lib/krb5/rcache/Imakefile
index 8cbe5ba1b..e6a404e8b 100644
--- a/src/lib/krb5/rcache/Imakefile
+++ b/src/lib/krb5/rcache/Imakefile
@@ -6,12 +6,12 @@ OBJS= \
rc_base.o \
rc_dfl.o \
rc_io.o \
- rcache.o
+ rcdef.o
SRCS= \
rc_base.c \
rc_dfl.c \
rc_io.c \
- rcache.c
+ rcdef.c
NormalLibraryTarget(rc,$(OBJS))