diff options
Diffstat (limited to 'src/lib/krb5')
-rw-r--r-- | src/lib/krb5/rcache/Imakefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/krb5/rcache/Imakefile b/src/lib/krb5/rcache/Imakefile index 80ecf3f094..4032d0371d 100644 --- a/src/lib/krb5/rcache/Imakefile +++ b/src/lib/krb5/rcache/Imakefile @@ -15,12 +15,14 @@ OBJS= \ rc_base.o \ rc_dfl.o \ rc_io.o \ - rcdef.o + rcdef.o \ + rc_conv.o SRCS= \ rc_base.c \ rc_dfl.c \ rc_io.c \ - rcdef.c + rcdef.c \ + rc_conv.c OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) |