summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 \