aboutsummaryrefslogtreecommitdiff
path: root/include/meson.build
diff options
context:
space:
mode:
authorZim <zezeozue@google.com>2019-11-09 07:09:39 +0000
committerZim <zezeozue@google.com>2019-11-09 09:05:39 +0000
commitc4a783b4356f5340de28e5f5f54b7e6f5a8164f8 (patch)
tree2266ef295e53b754c75570a830cba11af37391d2 /include/meson.build
parenta7f7e5f075a360cde99ebe4a5360447a3339fda2 (diff)
downloadlibfuse-c4a783b4356f5340de28e5f5f54b7e6f5a8164f8.tar.gz
Update to libfuse 3.8.0
The latest release allows a custom logger Bug: 135341433 Test: adb shell ls /sdcard with persist.sys.fuse Change-Id: Iaa8a2bb7b6da3f364fba41b443527a998a26549f
Diffstat (limited to 'include/meson.build')
-rw-r--r--include/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/meson.build b/include/meson.build
index 55cb6f7..bf67197 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -1,4 +1,4 @@
libfuse_headers = [ 'fuse.h', 'fuse_common.h', 'fuse_lowlevel.h',
- 'fuse_opt.h', 'cuse_lowlevel.h' ]
+ 'fuse_opt.h', 'cuse_lowlevel.h', 'fuse_log.h' ]
install_headers(libfuse_headers, subdir: 'fuse3')