summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-08-07 23:31:46 +0000
committerTheodore Tso <tytso@mit.edu>1995-08-07 23:31:46 +0000
commitaea27ad3a6427cff9058651b6fb4b5ea5c2b7401 (patch)
tree482ba9500d526acf22215818df74fa84f46df685 /src
parentda5f14c7671e00d36ee418fd959ed3f98992e879 (diff)
Include $(NETIO_SRCS) in the list of source files, instead of
$(NETIO_OBJS) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6450 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb4/ChangeLog3
-rw-r--r--src/lib/krb4/Makefile.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog
index 6bd7c26f7..02f955c44 100644
--- a/src/lib/krb4/ChangeLog
+++ b/src/lib/krb4/ChangeLog
@@ -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.
diff --git a/src/lib/krb4/Makefile.in b/src/lib/krb4/Makefile.in
index e16abce01..38d4e5831 100644
--- a/src/lib/krb4/Makefile.in
+++ b/src/lib/krb4/Makefile.in
@@ -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= .