From: John Kohl Date: Fri, 20 Apr 1990 15:04:20 +0000 (+0000) Subject: add an_to_ln; fix config.c line X-Git-Tag: krb5-1.0-alpha2~851 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=db86d6867b4e25f5af7346d974d8201c7badb11d;p=krb5.git add an_to_ln; fix config.c line git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@544 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 \