diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 21:05:54 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 22:03:07 -0700 |
commit | 35ce627e35d1e293b25cfa8bdec2fb82c7da4630 (patch) | |
tree | 74fbfd1e580bf741d49c243fb405b05ab8a115b1 /example/Makefile.am | |
parent | cf4159156ba08694feb2d75773ec49e25e8ba4fb (diff) | |
download | libfuse-35ce627e35d1e293b25cfa8bdec2fb82c7da4630.tar.gz |
Renamed cuses example and added test program
An earlier version of the fioclient.c example was intended to be
used together with cusexmp.c. The former has since evolved into
ioctl_client.c and no longer has the function necessary to test
CUSE. Therefore, we've added a new cuse_client.c that is clearly
associated with the cuse.c example file system.
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 6d93edc..6e267a0 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -4,8 +4,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT noinst_HEADERS = ioctl.h noinst_PROGRAMS = passthrough passthrough_fh hello hello_ll \ ioctl ioctl_client poll poll_client \ - cusexmp passthrough_ll notify_inval_inode \ - notify_store_retrieve notify_inval_entry + passthrough_ll notify_inval_inode \ + notify_store_retrieve notify_inval_entry \ + cuse cuse_client LDADD = ../lib/libfuse3.la passthrough_fh_LDADD = ../lib/libfuse3.la @passthrough_fh_libs@ |