aboutsummaryrefslogtreecommitdiff
path: root/include/meson.build
blob: f1fa5f000ce80e065db260a2bc49c53489ea90ee (plain)
1
2
3
4
5
6
7
8
# Attention, emacs, please use -*- mode: python -*-
# (even though this isn't actually Python code)

libfuse_headers = [ 'fuse.h', 'fuse_common.h', 'fuse_lowlevel.h',
	            'fuse_opt.h', 'cuse_lowlevel.h' ]

install_headers(libfuse_headers, subdir: 'fuse3')