diff options
author | Christian Andersen <csandersen3@gmail.com> | 2024-04-09 21:44:41 +0200 |
---|---|---|
committer | Christian Andersen <csandersen3@gmail.com> | 2024-05-25 12:43:00 +0200 |
commit | ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8 (patch) | |
tree | 57cc3253cec12400930430f10b80aa7e4644ef13 /Makefile.am | |
parent | ac75aab32321a1c4f469018d9b3596fd89f5bf14 (diff) | |
download | portable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.tar.gz portable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.tar.bz2 portable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.zip |
Rename README.windows to README.mingw.md
Since it is mingw specific and does not really
involve other compilers.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2edef0d..3f62cd9 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -10,7 +10,7 @@ if !ENABLE_LIBTLS_ONLY | |||
10 | pkgconfig_DATA += libcrypto.pc libssl.pc openssl.pc | 10 | pkgconfig_DATA += libcrypto.pc libssl.pc openssl.pc |
11 | endif | 11 | endif |
12 | 12 | ||
13 | EXTRA_DIST = README.md README.windows VERSION config scripts | 13 | EXTRA_DIST = README.md README.mingw.md VERSION config scripts |
14 | EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake LibreSSLConfig.cmake.in | 14 | EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake LibreSSLConfig.cmake.in |
15 | EXTRA_DIST += cert.pem openssl.cnf x509v3.cnf | 15 | EXTRA_DIST += cert.pem openssl.cnf x509v3.cnf |
16 | 16 | ||