From f05a69685e9c7f7157d751abfbd2d8ea6e3bacc7 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 18 Aug 2022 17:49:16 +0300 Subject: [PATCH] Build: Include the CMake files in the distribution. This was supposed to be done in 2020 with 5.2.5 release already but it was noticed only today. 5.2.5 and 5.2.6 even mention experiemental CMake support in the NEWS entries. Thanks to Olivier B. for reporting the problem. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e5b1265e..31fcf6a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,8 @@ EXTRA_DIST = \ dos \ windows \ macosx \ + cmake \ + CMakeLists.txt \ autogen.sh \ Doxyfile.in \ COPYING.GPLv2 \