diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 14:19:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-09 14:19:33 -0700 |
commit | 039b9fa28ff1a7804a9fb81e18ec436e42d59193 (patch) | |
tree | cd422c4a0e044ac147fe6587a46fc2b4e86727b8 /example/Makefile.am | |
parent | 9f19d71a766af5881cf763e6ce8d6c1bafe8ada5 (diff) | |
parent | 52dec7ffdd36074017a3f00d54acc2901b73ea67 (diff) | |
download | libfuse-039b9fa28ff1a7804a9fb81e18ec436e42d59193.tar.gz |
Merge pull request #80 from libfuse/master-proposed
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 |