aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-06-03 13:21:08 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-06-03 13:21:08 +0000
commit203afbfa512490c58f7b98eec417ec3054f0d007 (patch)
tree87a6fde0f03bb6f1f1387091be7e27e47ea8a007 /example
parent3a11e5c68d1e4cf5e2bc6c1e1853cb44fa82f89a (diff)
downloadlibfuse-203afbfa512490c58f7b98eec417ec3054f0d007.tar.gz
build shared library
Diffstat (limited to 'example')
-rw-r--r--example/.cvsignore1
-rw-r--r--example/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/example/.cvsignore b/example/.cvsignore
index e4188bc..f9c7884 100644
--- a/example/.cvsignore
+++ b/example/.cvsignore
@@ -4,3 +4,4 @@ Makefile
fusexmp
null
hello
+.libs
diff --git a/example/Makefile.am b/example/Makefile.am
index a3880fa..475cabf 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -6,4 +6,4 @@ fusexmp_SOURCES = fusexmp.c
null_SOURCES = null.c
hello_SOURCES = hello.c
-LDADD = ../lib/libfuse.a -lpthread
+LDADD = ../lib/libfuse.la