From 0a2b14104488afcd901183f40d4efa0bbcfe17df 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 87551485faf..1d8eac5dc70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -818,6 +818,7 @@ include_HEADERS = \ lib/vparse.h \ lib/wildmat.h \ lib/xmalloc.h \ + lib/xsha1.h \ lib/xunlink.h nodist_include_HEADERS = \ @@ -834,7 +835,6 @@ noinst_HEADERS += \ lib/prot.h \ lib/ptrarray.h \ lib/util.h \ - lib/xsha1.h \ lib/xstrlcat.h \ lib/xstrlcpy.h \ lib/xstrnchr.h