aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMcBane <SomeOne@localhost>2021-01-27 14:55:35 +0100
committerMcBane <SomeOne@localhost>2021-01-27 14:55:35 +0100
commit4b3b14fe4b667fdbae6c3a21595e28b69b7a027d (patch)
treeda2a4999fd5fe2278bbd4d5408eb933037f6d8c2 /src/Makefile.am
parenta8def95a7a320344324ae48803c2f93b8d9c9f31 (diff)
downloadbindfs-4b3b14fe4b667fdbae6c3a21595e28b69b7a027d.tar.gz
Initial Fuse 3 support + Support to allow some special options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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