diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-08 21:24:13 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-08 21:27:06 -0700 |
commit | 9f19d71a766af5881cf763e6ce8d6c1bafe8ada5 (patch) | |
tree | e405152df3e8a12056f344fa1926ce50f6e65d53 /example/Makefile.am | |
parent | 56690972af25a1fbc60c18c58f757636c0ef0312 (diff) | |
download | libfuse-9f19d71a766af5881cf763e6ce8d6c1bafe8ada5.tar.gz |
Added timefs3 to test notify_inval_entry.
Fixes #32.
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index c619067..40f882b 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -3,7 +3,8 @@ 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 timefs1 timefs2 + fsel fselclient cusexmp fuse_lo-plus timefs1 timefs2 \ + timefs3 LDADD = ../lib/libfuse3.la fusexmp_fh_LDADD = ../lib/libfuse3.la @fusexmp_fh_libs@ |