libfuse: fuse -> fuse3
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 25 Jul 2013 14:54:42 +0000 (16:54 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 25 Jul 2013 14:54:42 +0000 (16:54 +0200)
commit0cb2db32e73cb06716ea797374c42e99d782643b
tree705ae74d15fef9215b32ae015c7108decb382435
parent409b5b2386d95b4cff4755456d6afbf94b515546
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.
17 files changed:
.gitignore
ChangeLog
Makefile.am
configure.ac
example/Makefile.am
example/cusexmp.c
example/fioc.c
example/fsel.c
example/fusexmp.c
example/fusexmp_fh.c
example/hello.c
example/hello_ll.c
example/null.c
fuse.pc.in [deleted file]
fuse3.pc.in [new file with mode: 0644]
include/Makefile.am
lib/Makefile.am