1
1
Этот коммит содержится в:
Sara Golemon 2006-01-06 17:34:03 +00:00
родитель efc3841fd2
Коммит 502a48afa1
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ all:
done && test -z "$$fail"
$(CC) -o ssh2_sample.o ssh2_sample.c $(CFLAGS)
$(CC) -o ssh2_sample ssh2_sample.o $(LIBS)
install:
install: all
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(incldir)
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir)
@for dir in ${subdirs}; do \

2
README
Просмотреть файл

@ -8,6 +8,8 @@ Version 0.13
Fixed payload packet allocation bug when invalid packet length received. (David Robins)
Fixed `make install' target for MacOSX.
Add terminating NULL character to readlink()/realpath() results.
Version 0.12