summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 73c4db766..4daa810ec 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,10 +22,10 @@ GNOME_CFLAGS=`gnome-config --cflags gnome gnomeui`
22GNOME_LIBS=`gnome-config --libs gnome gnomeui` 22GNOME_LIBS=`gnome-config --libs gnome gnomeui`
23 23
24OBJS= authfd.o authfile.o auth-passwd.o auth-rhosts.o auth-rh-rsa.o \ 24OBJS= authfd.o authfile.o auth-passwd.o auth-rhosts.o auth-rh-rsa.o \
25 auth-rsa.o bufaux.o buffer.o canohost.o channels.o cipher.o \ 25 auth-rsa.o auth-skey.o bufaux.o buffer.o canohost.o channels.o \
26 clientloop.o compress.o crc32.o deattack.o helper.o hostfile.o \ 26 cipher.o clientloop.o compress.o crc32.o deattack.o helper.o \
27 log-client.o login.o log-server.o match.o mpaux.o packet.o pty.o \ 27 hostfile.o log-client.o login.o log-server.o match.o mpaux.o \
28 readconf.o readpass.o rsa.o servconf.o serverloop.o \ 28 packet.o pty.o readconf.o readpass.o rsa.o servconf.o serverloop.o \
29 sshconnect.o tildexpand.o ttymodes.o uidswap.o xmalloc.o \ 29 sshconnect.o tildexpand.o ttymodes.o uidswap.o xmalloc.o \
30 helper.o mktemp.o strlcpy.o rc4.o 30 helper.o mktemp.o strlcpy.o rc4.o
31 31