From 3f854ace05e48378a522395ed764249b1079e9da Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 9 Jan 2006 16:51:06 +0000 Subject: fix --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0b5298b..56a57bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,10 @@ ## Process this file with automake to produce Makefile.in bin_PROGRAMS = sshfs -sshfs_SOURCES = sshfs.c cache.c cache.h + +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 -- cgit v1.2.3