diff options
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 43b195d..1aa5774 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -2,7 +2,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT noinst_HEADERS = fioc.h -noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient +noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \ + fsel fselclient LDADD = ../lib/libfuse.la @libfuse_libs@ fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la @libfuse_libs@ @@ -10,4 +11,7 @@ fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la @libfuse_libs@ fioclient_CPPFLAGS = fioclient_LDFLAGS = fioclient_LDADD = +fselclient_CPPFLAGS = +fselclient_LDFLAGS = +fselclient_LDADD = |