diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 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 |