aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-07-08 12:26:45 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-07-08 12:26:45 +0200
commit82e899fb21c116fa8303cabbc10d68bfa06fc89f (patch)
tree52c3883ca6144aca3c515b92fb86eddce82b5775 /Makefile.am
parent34146444ce20c477cba7e9fe113e4387da32ae94 (diff)
downloadsshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar
sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar.gz
sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar.bz2
sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.zip
Switch to libfuse 3.1.0
libfuse 3.0.0 is rather new and not widely used yet, so requiring libfuse 3.1.0 right away shouldn't be a problem.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b54e8f5..68491fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ endif
sshfs_LDADD = $(SSHFS_LIBS)
sshfs_CFLAGS = $(SSHFS_CFLAGS)
-sshfs_CPPFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=30 -DLIBDIR=\"$(libdir)\" \
+sshfs_CPPFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=31 -DLIBDIR=\"$(libdir)\" \
-DIDMAP_DEFAULT="\"$(IDMAP_DEFAULT)\""
EXTRA_DIST = sshfs.1.in meson.build