From 77bf8201c39cc3e0bba9577a4c29ab70f7165f71 Mon Sep 17 00:00:00 2001 From: ellie timoney Date: Wed, 24 Jan 2024 10:27:27 +1100 Subject: [PATCH] Makefile.am: install xsha1.h Needed by charset.h, which is installed. Based on #4623, originally by @dilyanpalauzov --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4858e5f6207..d47c1e5e5f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -817,6 +817,7 @@ include_HEADERS = \ lib/vparse.h \ lib/wildmat.h \ lib/xmalloc.h \ + lib/xsha1.h \ lib/xunlink.h nodist_include_HEADERS = \ @@ -833,7 +834,6 @@ noinst_HEADERS += \ lib/prot.h \ lib/ptrarray.h \ lib/util.h \ - lib/xsha1.h \ lib/xstrlcat.h \ lib/xstrlcpy.h \ lib/xstrnchr.h