From db86d6867b4e25f5af7346d974d8201c7badb11d Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 20 Apr 1990 15:04:20 +0000 Subject: [PATCH] add an_to_ln; fix config.c line git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@544 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/Imakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile index 8732088c3..9dcea4244 100644 --- a/src/lib/krb5/os/Imakefile +++ b/src/lib/krb5/os/Imakefile @@ -1,6 +1,7 @@ NormalLibraryObjectRule() OBJS= \ + an_to_ln.o \ config.o \ def_realm.o \ defname.o \ @@ -20,7 +21,8 @@ OBJS= \ unlck_file.o SRCS= \ - config.c \ + an_to_ln.c \ + config.c \ def_realm.c \ defname.c \ free_krbhs.c \ -- 2.26.2