From 4b3b14fe4b667fdbae6c3a21595e28b69b7a027d Mon Sep 17 00:00:00 2001 From: McBane Date: Wed, 27 Jan 2021 14:55:35 +0100 Subject: Initial Fuse 3 support + Support to allow some special options --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c049cc3..904943a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,8 +5,8 @@ bin_PROGRAMS = bindfs noinst_HEADERS = debug.h permchain.h userinfo.h misc.h usermap.h rate_limiter.h bindfs_SOURCES = bindfs.c debug.c permchain.c userinfo.c misc.c usermap.c rate_limiter.c -AM_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} +AM_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} ${fuse3_CFLAGS} AM_CFLAGS = ${my_CFLAGS} -bindfs_LDADD = $(fuse_LIBS) ${my_LDFLAGS} +bindfs_LDADD = $(fuse_LIBS) ${fuse3_LIBS} ${my_LDFLAGS} man_MANS = bindfs.1 -- cgit v1.2.3