From b1ee7bab4cc6879be849e15a50815dc8964642df Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Sun, 22 Dec 2024 10:53:03 +0100 Subject: [PATCH] Add missing zstd.h to coregrind Makefile.am noinst_HEADERS The header was missing from dist tarballs --- coregrind/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 4eeb6e3d2..5491fc672 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -265,6 +265,7 @@ noinst_HEADERS = \ m_debuginfo/lzoconf.h \ m_debuginfo/lzodefs.h \ m_debuginfo/minilzo.h \ + m_debuginfo/zstd.h \ m_demangle/ansidecl.h \ m_demangle/cp-demangle.h \ m_demangle/dyn-string.h \ -- 2.11.4.GIT