summaryrefslogtreecommitdiffstats
path: root/src/appl
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-08-07 23:40:31 +0000
committerTheodore Tso <tytso@mit.edu>1995-08-07 23:40:31 +0000
commit3b3e327fdb2cfd939c4a9e56f0670b3ec5ad896f (patch)
treefff9c38d420d6b35e6f1da2e3979213d71dbcad6 /src/appl
parentfd2bee792353b98d05d928fe27e8086b0cda03b2 (diff)
downloadkrb5-3b3e327fdb2cfd939c4a9e56f0670b3ec5ad896f.tar.gz
krb5-3b3e327fdb2cfd939c4a9e56f0670b3ec5ad896f.tar.xz
krb5-3b3e327fdb2cfd939c4a9e56f0670b3ec5ad896f.zip
Add authenc.c to the SRCS list; authenc.o is in the OBJS list, after
all. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6452 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/telnet/telnet/ChangeLog4
-rw-r--r--src/appl/telnet/telnet/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog
index 49f9453ad..9c763ce65 100644
--- a/src/appl/telnet/telnet/ChangeLog
+++ b/src/appl/telnet/telnet/ChangeLog
@@ -1,3 +1,7 @@
+Mon Aug 7 19:39:36 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (SRCS): Add authenc.c to the SRCS list; authenc.o is
+ in the OBJS list, after all.
Fri Jul 7 15:49:55 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove explicit library handling.
diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in
index f58ceba51..9310dd21b 100644
--- a/src/appl/telnet/telnet/Makefile.in
+++ b/src/appl/telnet/telnet/Makefile.in
@@ -26,7 +26,7 @@ LOCALINCLUDES=-I.. -I$(srcdir)/..
CFLAGS = $(CCOPTS) $(AUTH_DEF) $(OTHERDEFS) $(DEFS) $(LOCALINCLUDES)
ARPA_TELNET= $(srcdir)/../arpa/telnet.h
-SRCS= commands.c main.c network.c ring.c \
+SRCS= authenc.c commands.c main.c network.c ring.c \
sys_bsd.c telnet.c terminal.c \
utilities.c $(GETOPT_SRC)
ALLHC= $(SRCS) \