Fix distcheck recompilation.
Fixes: 95801d47cbde ("erofs-utils: fix macOS build & functionality")
Signed-off-by: Gao Xiang <[email protected]>
---
fuse/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
index 7b007f3fec11..8a2d4720d1b7 100644
--- a/fuse/Makefile.am
+++ b/fuse/Makefile.am
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
AUTOMAKE_OPTIONS = foreign
+noinst_HEADERS = $(top_srcdir)/fuse/macosx.h
bin_PROGRAMS = erofsfuse
erofsfuse_SOURCES = dir.c main.c
erofsfuse_CFLAGS = -Wall -Werror -I$(top_srcdir)/include
--
2.20.1