diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-23 17:03:25 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-23 17:03:25 +0000 |
commit | f1f738d5b8f40021be8f5b21376c417360bb9cde (patch) | |
tree | e8c16604dd98a3317217c1c93afebcf56ee72422 /Makefile.am | |
parent | d2a3ed327ecd71bedf9918f729c068b11d81fdc1 (diff) | |
download | sshfs-f1f738d5b8f40021be8f5b21376c417360bb9cde.tar sshfs-f1f738d5b8f40021be8f5b21376c417360bb9cde.tar.gz sshfs-f1f738d5b8f40021be8f5b21376c417360bb9cde.tar.bz2 sshfs-f1f738d5b8f40021be8f5b21376c417360bb9cde.zip |
fix
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 |