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

install_headers(libfuse_headers, subdir: 'fuse3')