]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
authorFlorian Krohm <flo2030@eich-krohm.de>
Sun, 22 Dec 2024 09:53:03 +0000 (10:53 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 22 Dec 2024 09:59:59 +0000 (10:59 +0100)
The header was missing from dist tarballs

coregrind/Makefile.am

index 4eeb6e3d2979df09b25e89f1e8ac50030999aa55..5491fc672609feb1ff289a06a2bdb52f307ff7f8 100644 (file)
@@ -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 \