From feeaf763404fe7797b1daf2b0c009f35e8db1f9d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 19 Feb 2007 16:04:03 +0000 Subject: fix --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f55033d..4ea33ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ sshfs_CPPFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"$(libdir)\" EXTRA_DIST = sshnodelay.c FAQ.txt CLEANFILES = sshnodelay.so +if SSH_NODELAY_SO all-local: sshnodelay.so install-exec-local: sshnodelay.so @@ -25,3 +26,4 @@ uninstall-local: sshnodelay.so: $(CC) -Wall -W -s --shared -fPIC $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so +endif -- cgit v1.2.3