summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-20 15:04:20 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-20 15:04:20 +0000
commitdb86d6867b4e25f5af7346d974d8201c7badb11d (patch)
treecc2c9e2a63f203ae9945065c18b77ce94e7b054d /src
parent17de63dff78087547761a4fc6879c4c5214be3c1 (diff)
downloadkrb5-db86d6867b4e25f5af7346d974d8201c7badb11d.tar.gz
krb5-db86d6867b4e25f5af7346d974d8201c7badb11d.tar.xz
krb5-db86d6867b4e25f5af7346d974d8201c7badb11d.zip
add an_to_ln; fix config.c line
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@544 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/os/Imakefile4
1 files changed, 3 insertions, 1 deletions
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 \