All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] erofs-utils: add fuse/macosx.h to noinst_HEADERS
@ 2021-11-22  0:05 Gao Xiang
  0 siblings, 0 replies; only message in thread
From: Gao Xiang @ 2021-11-22  0:05 UTC (permalink / raw)
  To: linux-erofs

Fix distcheck recompilation.

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-22  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-22  0:05 [PATCH] erofs-utils: add fuse/macosx.h to noinst_HEADERS Gao Xiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.