From: Florian Krohm Date: Sun, 22 Dec 2024 09:53:03 +0000 (+0100) Subject: Add missing zstd.h to coregrind Makefile.am noinst_HEADERS X-Git-Tag: VALGRIND_3_25_0~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ee7bab4cc6879be849e15a50815dc8964642df;p=thirdparty%2Fvalgrind.git Add missing zstd.h to coregrind Makefile.am noinst_HEADERS The header was missing from dist tarballs --- 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 \