diff options
Diffstat (limited to 'pkg/fuse')
| -rw-r--r-- | pkg/fuse/gen.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/fuse/gen.lua b/pkg/fuse/gen.lua index f2319078..48ab9286 100644 --- a/pkg/fuse/gen.lua +++ b/pkg/fuse/gen.lua @@ -4,6 +4,14 @@ cflags{ '-I $srcdir/lib', } +pkg.hdrs = copy('$outdir/include', '$srcdir/include', { + 'fuse.h', + 'fuse_common.h', + 'fuse_log.h', + 'fuse_lowlevel.h', + 'fuse_opt.h', +}) + cc('lib/mount_util.c') exe('fusermount3', {'util/fusermount.c', 'lib/mount_util.c.o'}) |
