aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/internals/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/internals/Makefile.am b/tests/internals/Makefile.am
index c35d9be..3e59f02 100644
--- a/tests/internals/Makefile.am
+++ b/tests/internals/Makefile.am
@@ -4,11 +4,11 @@ noinst_PROGRAMS = test_internals test_rate_limiter
test_internals_SOURCES = test_internals.c test_common.c $(top_srcdir)/src/misc.c
test_rate_limiter_SOURCES = test_rate_limiter.c test_common.c $(top_srcdir)/src/rate_limiter.c
-test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} -I. -I$(top_srcdir)/src
+test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} ${fuse3_CFLAGS} -I. -I$(top_srcdir)/src
test_internals_CFLAGS = ${my_CFLAGS}
test_internals_LDADD = ${my_LDFLAGS}
-test_rate_limiter_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} -I. -I$(top_srcdir)/src
+test_rate_limiter_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} ${fuse3_CFLAGS} -I. -I$(top_srcdir)/src
test_rate_limiter_CFLAGS = ${my_CFLAGS}
test_rate_limiter_LDADD = ${my_LDFLAGS}