aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-08 19:29:39 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-08 21:27:04 -0700
commit3114ff2b9b72640bdbbaacd97f1a712915d82209 (patch)
treeaf18d4b4dfa7f2409ae5b992815867a9f162d4b1 /example/Makefile.am
parentba0462e4012205d639dfdc9e13fb66c2afef6f3b (diff)
downloadlibfuse-3114ff2b9b72640bdbbaacd97f1a712915d82209.tar.gz
Added timefs[12] examples.
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions.
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 55b41ac..c619067 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -3,7 +3,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT
noinst_HEADERS = fioc.h
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \
- fsel fselclient cusexmp fuse_lo-plus
+ fsel fselclient cusexmp fuse_lo-plus timefs1 timefs2
LDADD = ../lib/libfuse3.la
fusexmp_fh_LDADD = ../lib/libfuse3.la @fusexmp_fh_libs@
@@ -14,4 +14,3 @@ fioclient_LDADD =
fselclient_CPPFLAGS =
fselclient_LDFLAGS =
fselclient_LDADD =
-