Fix make install on MacOSX

This commit is contained in:
Sara Golemon 2006-01-06 17:34:03 +00:00
parent efc3841fd2
commit 502a48afa1
2 changed files with 3 additions and 1 deletions

View File

@ -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
View File

@ -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