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 56a57bf..8109161 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=25 +sshfs_CPPFLAGS = -DFUSE_USE_VERSION=27 |