From 3a7c00ec0c156123c47b53ec1cd7ead001fa4dfb Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 3 Feb 2007 23:32:47 +0000 Subject: Add filesystem stacking support to high level API --- example/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') 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@ -- cgit v1.2.3