aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Andersen <csandersen3@gmail.com>2024-04-09 21:44:41 +0200
committerChristian Andersen <csandersen3@gmail.com>2024-05-25 12:43:00 +0200
commitad6e77ca9fe3da77a23b6b89e9678c92663c9cc8 (patch)
tree57cc3253cec12400930430f10b80aa7e4644ef13 /Makefile.am
parentac75aab32321a1c4f469018d9b3596fd89f5bf14 (diff)
downloadportable-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.am2
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
10pkgconfig_DATA += libcrypto.pc libssl.pc openssl.pc 10pkgconfig_DATA += libcrypto.pc libssl.pc openssl.pc
11endif 11endif
12 12
13EXTRA_DIST = README.md README.windows VERSION config scripts 13EXTRA_DIST = README.md README.mingw.md VERSION config scripts
14EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake LibreSSLConfig.cmake.in 14EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake LibreSSLConfig.cmake.in
15EXTRA_DIST += cert.pem openssl.cnf x509v3.cnf 15EXTRA_DIST += cert.pem openssl.cnf x509v3.cnf
16 16