From 6f0233e11e9a819e2bc50d4e0d09dd7d083071d6 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 1 Feb 2006 15:50:44 +0000 Subject: fix --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8c0ca99..72aa75d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,9 @@ if FUSE_OPT_COMPAT sshfs_SOURCES += compat/fuse_opt.c compat/fuse_opt.h endif -sshfs_CPPFLAGS = -DFUSE_USE_VERSION=26 -DLIBDIR=\"$(libdir)\" +sshfs_LDADD = $(SSHFS_LIBS) +sshfs_CFLAGS = $(SSHFS_CFLAGS) +sshfs_CPPFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"$(libdir)\" EXTRA_DIST = sshnodelay.c CLEANFILES = sshnodelay.so -- cgit v1.2.3