fix name of .c files (send_msg should be write_msg)
authorJohn Kohl <jtkohl@mit.edu>
Fri, 29 Mar 1991 08:37:51 +0000 (08:37 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 29 Mar 1991 08:37:51 +0000 (08:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1956 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Imakefile

index 194ccf95334a89200517b9d771141ec4605b8f98..6406afd2ef4ab1a03841c8c12a6a527ae4f01440 100644 (file)
@@ -33,12 +33,13 @@ OBJS= \
        rnd_confoun.o   \
        read_msg.o      \
        read_pwd.o      \
-       send_msg.o      \
        sendto_kdc.o    \
        sn2princ.o      \
        timeofday.o     \
        unlck_file.o    \
-       ustime.o
+       ustime.o        \
+       write_msg.o
+
 
 SRCS= \
        an_to_ln.c      \
@@ -63,12 +64,11 @@ SRCS= \
        read_pwd.c      \
        port2ip.c       \
        rnd_confoun.c   \
-       send_msg.c      \
        sendto_kdc.c    \
        sn2princ.c      \
        timeofday.c     \
        unlck_file.c    \
-       ustime.c
-
+       ustime.c        \
+       write_msg.c
 
 Krb5LibraryTarget(os,${OBJS})