aboutsummaryrefslogtreecommitdiff
path: root/fuse3.pc.in
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-12-11 15:43:45 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-12-11 15:43:45 +0100
commitdd432032db34c2ca22570af5ac6794822ef4c877 (patch)
treec197aadc171732d6c5c0c66544d45cd0ab03535e /fuse3.pc.in
parentc1d63bf489b7dbece7623213e358409299360327 (diff)
"pkg-config fuse3 --libs" gives the wrong library name
Reported-by: Michael j Theall
Diffstat (limited to 'fuse3.pc.in')
-rw-r--r--fuse3.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse3.pc.in b/fuse3.pc.in
index 0b52ba1..b59a1f3 100644
--- a/fuse3.pc.in
+++ b/fuse3.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: fuse
Description: Filesystem in Userspace
Version: @VERSION@
-Libs: -L${libdir} -lfuse -pthread
+Libs: -L${libdir} -lfuse3 -pthread
Libs.private: @libfuse_libs@
Cflags: -I${includedir}/fuse3