From 3114ff2b9b72640bdbbaacd97f1a712915d82209 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 8 Oct 2016 19:29:39 -0700 Subject: Added timefs[12] examples. These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions. --- example/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example/Makefile.am') 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 = - -- cgit v1.2.3