diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-08-18 17:49:16 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-08-18 17:51:07 +0300 |
commit | f05a69685e9c7f7157d751abfbd2d8ea6e3bacc7 (patch) | |
tree | 99be282062280502aedc6ced7ccc518c9fbbaa87 /Makefile.am | |
parent | Windows: Fix broken liblzma.dll build with Visual Studio project files. (diff) | |
download | xz-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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 \ |