From 5a3655b33aceb9612fccbeca27062370db21c3f7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 27 Feb 2023 13:05:17 +0100 Subject: [PATCH] include: fix package - add bswap.h and os_compat.h to noinst_HEADERS Signed-off-by: Jaroslav Kysela --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index b447abf..3c73568 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,4 @@ -noinst_HEADERS=version.h gettext.h gettext_curses.h +noinst_HEADERS=version.h gettext.h gettext_curses.h bswap.h os_compat.h version.h: stamp-vh @: