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:49:16 +0300
commitd13bfcc0056617dd648f655a01653932fad7067f (patch)
treec87796fecd502611ba166604f2f99d7c5833b35e
parentWindows: Fix broken liblzma.dll build with Visual Studio project files. (diff)
downloadxz-d13bfcc0056617dd648f655a01653932fad7067f.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 fa4b455d..c4a46187 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 \