summaryrefslogtreecommitdiff
path: root/fuse.pc.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-02-23 09:27:38 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-02-23 09:27:38 +0000
commit47c529838cde03fa23387f2bf91dfb5706a4470b (patch)
tree005af75b05e4db9bf9dc70a1aab19513e198d833 /fuse.pc.in
parented3c97cbf66946d8228edffce3f41c4cac771270 (diff)
downloadfuse-47c529838cde03fa23387f2bf91dfb5706a4470b.tar.gz
fix
Diffstat (limited to 'fuse.pc.in')
-rw-r--r--fuse.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse.pc.in b/fuse.pc.in
index 54f0c49..669d33f 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
+Libs: -L${libdir} -lfuse -lpthread
Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64