diff options
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 469dcb4..91f33cc 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -3,5 +3,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll -LDADD = ../lib/libfuse.la -lpthread -fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la -lpthread +LDADD = ../lib/libfuse.la @libfuse_libs@ +fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la @libfuse_libs@ |