summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-19 13:03:25 +1100
committerDamien Miller <djm@mindrot.org>1999-11-19 13:03:25 +1100
commit8029775b77e8f8bc380518f9f734a9d979025bbb (patch)
tree3905893864df5ce304b30164378fcad91c10bcb0 /Makefile.in
parent18ac1719687a6671242d6a001cab01d55036ef8b (diff)
- Added autoconf option to enable Kerberos 4 support (untested)
- Added autoconf option to enable AFS support (untested) - Added autoconf option to enable S/Key support (untested) - Added autoconf option to enable TCP wrappers support (compiles OK)
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