diff options
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 7ddd7d9..5d82f64 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -2,12 +2,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT noinst_HEADERS = fioc.h -noinst_PROGRAMS = fusexmp fusexmp_fh hello hello_ll fioc fioclient \ - fsel fselclient cusexmp fuse_lo-plus timefs1 timefs2 \ +noinst_PROGRAMS = passthrough passthrough_fh hello hello_ll fioc fioclient \ + fsel fselclient cusexmp passthrough_ll timefs1 timefs2 \ timefs3 LDADD = ../lib/libfuse3.la -fusexmp_fh_LDADD = ../lib/libfuse3.la @fusexmp_fh_libs@ +passthrough_fh_LDADD = ../lib/libfuse3.la @passthrough_fh_libs@ fioclient_CPPFLAGS = fioclient_LDFLAGS = |