diff options
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@ |