From 41f58606c0b5b1d6e3dcf9281af9982f0b5ac5b0 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 11 Apr 2019 06:58:58 -0500 Subject: [PATCH] include cmake find module in distribution --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc EXTRA_DIST = README.md README.windows VERSION config scripts -EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in +EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake .PHONY: install_sw install_sw: install