From: Lasse Collin Date: Thu, 18 Aug 2022 14:49:16 +0000 (+0300) Subject: Build: Include the CMake files in the distribution. X-Git-Tag: v5.2.7~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f05a69685e9c7f7157d751abfbd2d8ea6e3bacc7;p=thirdparty%2Fxz.git 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. --- 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 \