summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-14 10:54:47 +1100
committerDamien Miller <djm@mindrot.org>1999-12-14 10:54:47 +1100
commit36b339a9064e1848728d82c0c75ca3e87c60b3ae (patch)
tree502e9193769dd92678ae16d6e07e3dcc39025d5f /Makefile.in
parenta34a28bf86c04eb35c522b1e31c32e94edf355d2 (diff)
- Clean up broken includes in pty.c
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f72867470..3c0891440 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,7 +26,7 @@ GNOME_LIBS=`gnome-config --libs gnome gnomeui`
26 26
27OBJS= atomicio.o authfd.o authfile.o auth-krb4.o auth-passwd.o \ 27OBJS= atomicio.o authfd.o authfile.o auth-krb4.o auth-passwd.o \
28 auth-rhosts.o auth-rh-rsa.o auth-rsa.o auth-skey.o bsd-daemon.o \ 28 auth-rhosts.o auth-rh-rsa.o auth-rsa.o auth-skey.o bsd-daemon.o \
29 bsd-login.o bsd-mktemp.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o 29 bsd-login.o bsd-mktemp.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o \
30 bufaux.o buffer.o canohost.o channels.o cipher.o clientloop.o \ 30 bufaux.o buffer.o canohost.o channels.o cipher.o clientloop.o \
31 compress.o crc32.o deattack.o helper.o helper.o hostfile.o \ 31 compress.o crc32.o deattack.o helper.o helper.o hostfile.o \
32 log-client.o login.o log-server.o match.o md5crypt.o mpaux.o \ 32 log-client.o login.o log-server.o match.o md5crypt.o mpaux.o \