aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 56a57bfd8199a807fafed7f57f81445047a4c792 (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=25