diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-08 21:47:53 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 14:11:24 -0700 |
commit | d5cdbb94a0650b0a462682cf0a84463ff1513900 (patch) | |
tree | 0268293b1c59d47ad03d69bde8d1118acb30788d /example/Makefile.am | |
parent | 9f19d71a766af5881cf763e6ce8d6c1bafe8ada5 (diff) | |
download | libfuse-d5cdbb94a0650b0a462682cf0a84463ff1513900.tar.gz |
Dropped example/null.c
This does not seem to be working. Maybe because it tries to treat the
mountpoint as a file rather than a directory?
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 40f882b..7ddd7d9 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT noinst_HEADERS = fioc.h -noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \ +noinst_PROGRAMS = fusexmp fusexmp_fh hello hello_ll fioc fioclient \ fsel fselclient cusexmp fuse_lo-plus timefs1 timefs2 \ timefs3 |