diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-25 16:54:42 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-25 16:54:42 +0200 |
commit | 0cb2db32e73cb06716ea797374c42e99d782643b (patch) | |
tree | 705ae74d15fef9215b32ae015c7108decb382435 /fuse.pc.in | |
parent | 409b5b2386d95b4cff4755456d6afbf94b515546 (diff) | |
download | libfuse-0cb2db32e73cb06716ea797374c42e99d782643b.tar.gz |
libfuse: fuse -> fuse3
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.
Diffstat (limited to 'fuse.pc.in')
-rw-r--r-- | fuse.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fuse.pc.in b/fuse.pc.in deleted file mode 100644 index a535e04..0000000 --- a/fuse.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: fuse -Description: Filesystem in Userspace -Version: @VERSION@ -Libs: -L${libdir} -lfuse -pthread -Libs.private: @libfuse_libs@ -Cflags: -I${includedir}/fuse |