[PATCH] erofs-utils: add fuse/macosx.h to noinst_HEADERS

Gao Xiang xiang at kernel.org
Mon Nov 22 11:05:14 AEDT 2021


Fix distcheck recompilation.

Fixes: 95801d47cbde ("erofs-utils: fix macOS build & functionality")
Signed-off-by: Gao Xiang <xiang at kernel.org>
---
 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



More information about the Linux-erofs mailing list