aboutsummaryrefslogtreecommitdiffstats
path: root/fuse3.pc.in
AgeCommit message (Collapse)AuthorLines
2017-08-24Dropped support for building with autotoolsNikolaus Rath-11/+0
It's just too much pain to keep it working.
2013-12-11"pkg-config fuse3 --libs" gives the wrong library nameMiklos Szeredi-1/+1
Reported-by: Michael j Theall
2013-07-25libfuse: fuse -> fuse3Miklos Szeredi-0/+11
Allow 2.X and 3.X to coexist. Includes are now stored under /usr/include/fuse3 and library is named libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library.