aboutsummaryrefslogtreecommitdiff
path: root/include/meson.build
blob: 417113f041853220814e60cf1237a87e55ceff0c (plain)
1
2
3
4
5
libfuse_headers = [ 'fuse.h', 'fuse_common.h', 'fuse_lowlevel.h',
	            'fuse_opt.h', 'cuse_lowlevel.h' ]

install_headers(libfuse_headers, subdir: 'fuse3')