# 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')