aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-07-25 16:54:42 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-07-25 16:54:42 +0200
commit0cb2db32e73cb06716ea797374c42e99d782643b (patch)
tree705ae74d15fef9215b32ae015c7108decb382435 /Makefile.am
parent409b5b2386d95b4cff4755456d6afbf94b515546 (diff)
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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8bb0781..10926cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,12 +5,12 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = @subdirs2@ doc
EXTRA_DIST = \
- fuse.pc.in \
+ fuse3.pc.in \
README* \
Filesystems \
FAQ
pkgconfigdir = @pkgconfigdir@
-pkgconfig_DATA = fuse.pc
+pkgconfig_DATA = fuse3.pc
$(pkgconfig_DATA): config.status