summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2006-08-04 14:27:30 +0000
committerStefan Siegl <stesie@brokenpipe.de>2006-08-04 14:27:30 +0000
commit8b0c7552cfa11c1704bc174478f3ceabb4ce14b1 (patch)
tree6664b1cc62a566bb62b1b077cdd53325d8ef13c0
parent3f8581c976ced07cb78b29f2c44531a38d6c7f6c (diff)
we want cthreads of course
-rw-r--r--fuse.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse.pc.in b/fuse.pc.in
index 669d33f7e..6039594e4 100644
--- a/fuse.pc.in
+++ b/fuse.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: fuse
Description: Filesystem in Userspace
Version: @VERSION@
-Libs: -L${libdir} -lfuse -lpthread
+Libs: -L${libdir} -lfuse -lthreads
Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64