From 0cb2db32e73cb06716ea797374c42e99d782643b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 25 Jul 2013 16:54:42 +0200 Subject: 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. --- example/hello_ll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/hello_ll.c') diff --git a/example/hello_ll.c b/example/hello_ll.c index 27859ce..1bf7155 100755 --- a/example/hello_ll.c +++ b/example/hello_ll.c @@ -15,7 +15,7 @@ * * \section section_compile compiling this example * - * gcc -Wall hello_ll.c `pkg-config fuse --cflags --libs` -o hello_ll + * gcc -Wall hello_ll.c `pkg-config fuse3 --cflags --libs` -o hello_ll * * \section section_usage usage \verbatim -- cgit v1.2.3