From f70b59c0393722baf3af24bedff7ba03553b7924 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 4 Jul 2001 05:40:19 +0000 Subject: - (bal) Makefile fix up requires scard.c --- ChangeLog | 3 ++- Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f7e597364..bfcd160e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -131,6 +131,7 @@ wait for children (i.e. dying sessions), send exit messages, cleanup all channels. - (bal) forget a few new files in sync up. + - (bal) Makefile fix up requires scard.c 20010629 - (bal) Removed net_aton() since we don't use it any more @@ -5958,4 +5959,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1377 2001/07/04 05:35:00 mouring Exp $ +$Id: ChangeLog,v 1.1378 2001/07/04 05:40:19 mouring Exp $ diff --git a/Makefile.in b/Makefile.in index 1ec12691e..b6190e826 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.180 2001/06/29 19:51:49 stevesk Exp $ +# $Id: Makefile.in,v 1.181 2001/07/04 05:40:20 mouring Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -45,7 +45,7 @@ INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@ TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) $(SFTP_PROGS) -LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o compat.o compress.o crc32.o deattack.o dh.o dispatch.o mac.o hostfile.o key.o kex.o kexdh.o kexgex.o log.o match.o misc.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o ssh-dss.o ssh-rsa.o tildexpand.o ttymodes.o uidswap.o uuencode.o xmalloc.o +LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o compat.o compress.o crc32.o deattack.o dh.o dispatch.o mac.o hostfile.o key.o kex.o kexdh.o kexgex.o log.o match.o misc.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o scard.o ssh-dss.o ssh-rsa.o tildexpand.o ttymodes.o uidswap.o uuencode.o xmalloc.o SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -- cgit v1.2.3