diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | cache.c | 1 | ||||
-rw-r--r-- | sshfs.c | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4f75792..1c894e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,3 +2,4 @@ bin_PROGRAMS = sshfs sshfs_SOURCES = sshfs.c cache.c +sshfs_CPPFLAGS = -DFUSE_USE_VERSION=22 @@ -6,7 +6,6 @@ See the file COPYING. */ -#define FUSE_USE_VERSION 22 #include "cache.h" #include <stdio.h> #include <errno.h> @@ -6,7 +6,6 @@ See the file COPYING. */ -#define FUSE_USE_VERSION 22 #include <fuse.h> #include <stdio.h> #include <stdlib.h> |