diff options
author | Brent Cook <busterb@gmail.com> | 2019-04-11 06:58:58 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-04-11 06:58:58 -0500 |
commit | 41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0 (patch) | |
tree | 23b343d0c56a56eff34ea3a8f97ddc5d94c0a8f3 | |
parent | 89e43070825b62d0e75927e744fb379171361b8a (diff) | |
download | portable-41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0.tar.gz portable-41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0.tar.bz2 portable-41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0.zip |
include cmake find module in distribution
-rw-r--r-- | Makefile.am | 2 |
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 | |||
5 | pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc | 5 | pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc |
6 | 6 | ||
7 | EXTRA_DIST = README.md README.windows VERSION config scripts | 7 | EXTRA_DIST = README.md README.windows VERSION config scripts |
8 | EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in | 8 | EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake |
9 | 9 | ||
10 | .PHONY: install_sw | 10 | .PHONY: install_sw |
11 | install_sw: install | 11 | install_sw: install |