diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8109161..dc4befc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,4 +7,4 @@ compat_sources = compat/fuse_opt.c compat/fuse_opt.h endif sshfs_SOURCES = sshfs.c cache.c cache.h $(compat_sources) -sshfs_CPPFLAGS = -DFUSE_USE_VERSION=27 +sshfs_CPPFLAGS = -DFUSE_USE_VERSION=26 |