From 7959225d05d964ad08036eb77789e7aacef38000 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 14 Mar 2025 23:02:07 +0100 Subject: [PATCH] Makefile.am: Add missing files for xml_lpm_fuzzer --- expat/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expat/Makefile.am b/expat/Makefile.am index 7d8e17c2..733baf98 100644 --- a/expat/Makefile.am +++ b/expat/Makefile.am @@ -96,6 +96,8 @@ EXTRA_DIST = \ conftools/expat.m4 \ conftools/get-version.sh \ \ + fuzz/xml_lpm_fuzzer.cpp \ + fuzz/xml_lpm_fuzzer.proto \ fuzz/xml_parsebuffer_fuzzer.c \ fuzz/xml_parse_fuzzer.c \ \