Add authenc.c to the SRCS list; authenc.o is in the OBJS list, after
authorTheodore Tso <tytso@mit.edu>
Mon, 7 Aug 1995 23:40:31 +0000 (23:40 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 7 Aug 1995 23:40:31 +0000 (23:40 +0000)
all.

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

src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/Makefile.in

index 49f9453ad527a5a2155d6e7ce46dfffb6bf3a363..9c763ce65c89b407f9c6b2173a524025ec160f63 100644 (file)
@@ -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.
index f58ceba518fb73bbd6d16b20c71f52d4672391a3..9310dd21b0fbaf07b30328796a318edb00c4e296 100644 (file)
@@ -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) \