projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17de63d
)
add an_to_ln; fix config.c line
author
John Kohl
<jtkohl@mit.edu>
Fri, 20 Apr 1990 15:04:20 +0000
(15:04 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 20 Apr 1990 15:04:20 +0000
(15:04 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@544
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/os/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/krb5/os/Imakefile
b/src/lib/krb5/os/Imakefile
index 8732088c308cd000d50cfc21abfd12587077cfc3..9dcea424434b5afa3909c9b88612f4101c45e199 100644
(file)
--- 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 \