diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2005-08-18 21:22:22 +0000 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2005-08-18 21:22:22 +0000 |
| commit | d95242d2cde747151953387053a9649bd525d265 (patch) | |
| tree | a2a21ace0da2a9c72d32e7d136cd829e0519502a /libssh | |
| parent | bb50d8f46429cecb43826c824b2d8139dcdb793e (diff) | |
| download | libssh-d95242d2cde747151953387053a9649bd525d265.tar.gz libssh-d95242d2cde747151953387053a9649bd525d265.tar.xz libssh-d95242d2cde747151953387053a9649bd525d265.zip | |
oops, forgot to patch the Makefile.in for the ssh1 files. configure.in patch from Norbert kiesel to have a compile time ssh1 support.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@11 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh')
| -rw-r--r-- | libssh/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/Makefile.in b/libssh/Makefile.in index 6eed8135..21591a6a 100644 --- a/libssh/Makefile.in +++ b/libssh/Makefile.in @@ -2,7 +2,7 @@ OBJECTS= client.o packet.o dh.o crypt.o connect.o error.o buffer.o \ string.o kex.o channels.o options.o keys.o auth.o base64.o \ keyfiles.o misc.o gzip.o wrapper.o sftp.o server.o crc32.o \ - session.o messages.o + session.o messages.o channels1.o auth1.o SHELL = /bin/sh VPATH = @srcdir@ |
