aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-04-11 06:58:58 -0500
committerBrent Cook <busterb@gmail.com>2019-04-11 06:58:58 -0500
commit41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0 (patch)
tree23b343d0c56a56eff34ea3a8f97ddc5d94c0a8f3
parent89e43070825b62d0e75927e744fb379171361b8a (diff)
downloadportable-41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0.tar.gz
portable-41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0.tar.bz2
portable-41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0.zip
include cmake find module in distribution
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b4b9dfc..1cf0fc6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ pkgconfigdir = $(libdir)/pkgconfig
5pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc 5pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc
6 6
7EXTRA_DIST = README.md README.windows VERSION config scripts 7EXTRA_DIST = README.md README.windows VERSION config scripts
8EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in 8EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake
9 9
10.PHONY: install_sw 10.PHONY: install_sw
11install_sw: install 11install_sw: install