aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: dc4befc3daecb738d629a020869b47e51144fd9e (plain)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

bin_PROGRAMS = sshfs

if FUSE_OPT_COMPAT
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=26