Include $(NETIO_SRCS) in the list of source files, instead of
authorTheodore Tso <tytso@mit.edu>
Mon, 7 Aug 1995 23:31:46 +0000 (23:31 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 7 Aug 1995 23:31:46 +0000 (23:31 +0000)
$(NETIO_OBJS)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6450 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb4/ChangeLog
src/lib/krb4/Makefile.in

index 6bd7c26f73b68bf3f9a64d297aefd2d1b14a6561..02f955c44622ac0487f057878509cb272197721c 100644 (file)
@@ -1,5 +1,8 @@
 Mon Aug  7 18:40:34 1995  Theodore Y. Ts'o  <tytso@dcl>
 
+       * Makefile.in (SRCS): Include $(NETIO_SRCS) in the list of source
+               files, instead of $(NETIO_OBJS)
+
        * tf_util.c (utimes): If __SVR4 is defined, #include <utime.h>,
                just as we do if __svr4__ is defined.
 
index e16abce019b4a3b5118fc3118bca3555b077dd44..38d4e583182b6e38deebfc12e9a3e96593fee647 100644 (file)
@@ -82,7 +82,7 @@ SRCS = \
        $(srcdir)/mk_preauth.c \
        $(srcdir)/unix_time.c \
        $(CACHESRCS) $(SETENVSRCS) $(STRCASESRCS) $(SHMSRCS) \
-       $(LIB_KRB_HOSTSRCS) $(SERVER_KRB_SRCS) $(NETIO_OBJS) $(REALMDBSRCS)
+       $(LIB_KRB_HOSTSRCS) $(SERVER_KRB_SRCS) $(NETIO_SRCS) $(REALMDBSRCS)
 
 
 LIB_SUBDIRS= .