summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/os/Imakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile
index b30094f8d..194ccf953 100644
--- a/src/lib/krb5/os/Imakefile
+++ b/src/lib/krb5/os/Imakefile
@@ -31,7 +31,9 @@ OBJS= \
osconfig.o \
port2ip.o \
rnd_confoun.o \
+ read_msg.o \
read_pwd.o \
+ send_msg.o \
sendto_kdc.o \
sn2princ.o \
timeofday.o \
@@ -57,9 +59,11 @@ SRCS= \
net_read.c \
net_write.c \
osconfig.c \
+ read_msg.c \
read_pwd.c \
port2ip.c \
rnd_confoun.c \
+ send_msg.c \
sendto_kdc.c \
sn2princ.c \
timeofday.c \