aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2006-12-15 12:02:05 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2006-12-15 12:02:05 +0000
commitef5113cc5761d7364b77bc5572031c5ac91fcd54 (patch)
tree6e9b72f3b8bab4d5f07accd80bcc1968ca3d1745 /Makefile.in
parent1c1e5de2c65e65718a0f7aa69f882285c2881638 (diff)
downloadlibssh-ef5113cc5761d7364b77bc5572031c5ac91fcd54.tar.gz
libssh-ef5113cc5761d7364b77bc5572031c5ac91fcd54.tar.xz
libssh-ef5113cc5761d7364b77bc5572031c5ac91fcd54.zip
-rc release
Ipv6 patch from Laurent Bigonville. When the ipv6 targets are unreachable, it tries all possible targets from the getaddrinfo list. Norbert: does it break anything ? it works for me but I didn't test it extensively git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@99 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8897a274..a3481e00 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,7 +23,7 @@ LN = @LN_S@
LIBTOOL = @LIBTOOL@
OBJECTS = sample.o samplesshd.o
APPS = samplessh samplesftp samplesshd
-VERSION = 0.2-dev
+VERSION = 0.2rc
DISTLIB = libssh-$(VERSION)
CONFIG = include/libssh/config.h
@@ -67,7 +67,8 @@ dist:
include/libssh/ssh1.h include/libssh/ssh2.h \
include/libssh/server.h $(DISTLIB)/include/libssh/
cp *.c COPYING README AUTHORS CHANGELOG Doxyfile $(DISTLIB)/
- cp doc/* $(DISTLIB)/doc/
+ #cp doc/* $(DISTLIB)/doc/
+ #docs removed coz they are obsolete
tar czf $(DISTLIB).tgz $(DISTLIB)/
.PHONY: doc