From a6398ab696e88e90244705f4f4644a9f5a77ac12 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Fri, 28 Mar 2025 09:07:00 +0100 Subject: [PATCH] meson: Fix build from tarball Include xml2-config-meson in EXTRA_DIST. Fixes #883. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d7e89c2a..6f981448 100644 --- a/Makefile.am +++ b/Makefile.am @@ -215,7 +215,7 @@ EXTRA_DIST = Copyright libxml2-config.cmake.in autogen.sh \ timsort.h \ README.zOS README.md \ CMakeLists.txt config.h.cmake.in libxml2-config.cmake.cmake.in \ - meson.build meson_options.txt + meson.build meson_options.txt xml2-config-meson pkgconfigdir = $(libdir)/pkgconfig