diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 19:22:57 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 22:03:07 -0700 |
commit | 463189cd121ce9a9f79d24c207e7c6c31898ea06 (patch) | |
tree | 62d41459282f2d79bf16d4fa14a95f8f07f208bf /example/Makefile.am | |
parent | 225c12aebf2d2f27e1d032d6b2149c7bb1d63506 (diff) | |
download | libfuse-463189cd121ce9a9f79d24c207e7c6c31898ea06.tar.gz |
Renamed some examples to make their function more obvious
Also, added more comments for the same purpose.
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 = |