aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-08-18 17:49:16 +0300
committerLasse Collin <lasse.collin@tukaani.org>2022-08-18 17:51:07 +0300
commitf05a69685e9c7f7157d751abfbd2d8ea6e3bacc7 (patch)
tree99be282062280502aedc6ced7ccc518c9fbbaa87
parentWindows: Fix broken liblzma.dll build with Visual Studio project files. (diff)
downloadxz-f05a69685e9c7f7157d751abfbd2d8ea6e3bacc7.tar.xz
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.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \