aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-02-03 23:32:47 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-02-03 23:32:47 +0000
commit3a7c00ec0c156123c47b53ec1cd7ead001fa4dfb (patch)
treed8ea21530477edcc954d35e111724c8b770c5fa1 /example
parent47910d7b8af40ffaccc8845d10d109871b5be604 (diff)
downloadandroid_external_fuse-3a7c00ec0c156123c47b53ec1cd7ead001fa4dfb.tar.gz
android_external_fuse-3a7c00ec0c156123c47b53ec1cd7ead001fa4dfb.tar.bz2
android_external_fuse-3a7c00ec0c156123c47b53ec1cd7ead001fa4dfb.zip
Add filesystem stacking support to high level API
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am4
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@