aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2014-02-21 17:52:36 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2014-02-21 17:52:36 +0100
commitf55e489a9ef2e1998018fd8567d79da09ff4efcb (patch)
tree4e7c8bb8fd414110c42be121e79bdaad7d24d0d3 /example/Makefile.am
parentd4e294b7995a921fbc7691cccb7dd577bba52ba7 (diff)
downloadlibfuse-f55e489a9ef2e1998018fd8567d79da09ff4efcb.tar.gz
libfuse: added fuse_lo-plus.c to the examples
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 0db537b..55b41ac 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -3,7 +3,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT
noinst_HEADERS = fioc.h
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \
- fsel fselclient cusexmp
+ fsel fselclient cusexmp fuse_lo-plus
LDADD = ../lib/libfuse3.la
fusexmp_fh_LDADD = ../lib/libfuse3.la @fusexmp_fh_libs@