aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2021-01-30 09:18:52 +0200
committerGitHub <noreply@github.com>2021-01-30 09:18:52 +0200
commit836914434496563283ecc268eb42a1af09308588 (patch)
treeeddda61ddae4885385e0c1d6027e9429346c671a /src/Makefile.am
parenta8def95a7a320344324ae48803c2f93b8d9c9f31 (diff)
parent1b473fbdfc4c6343f9f2f9bfb0dc1b532d0a5c3f (diff)
downloadbindfs-836914434496563283ecc268eb42a1af09308588.tar.gz
Merge pull request #95 from McBane87/master
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