aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPierre Wendling <pierre.wendling.4@gmail.com>2023-08-06 15:07:31 -0400
committerPierre Wendling <pierre.wendling.4@gmail.com>2023-08-19 12:16:15 -0400
commita89cd65980153ef60b42cb26d3bef949751f87f1 (patch)
tree15d4693562c401d0bbc0b3812d983ca1ac0391cb /Makefile.am
parent5432e22b25026fb50b00ab5dcf894e18daa8bcb6 (diff)
downloadportable-a89cd65980153ef60b42cb26d3bef949751f87f1.tar.gz
portable-a89cd65980153ef60b42cb26d3bef949751f87f1.tar.bz2
portable-a89cd65980153ef60b42cb26d3bef949751f87f1.zip
CMake: Export and install library targets.
The configs can be consumed by setting LibreSSL_DIR to the build directory, or after installation using CMAKE_PREFIX_PATH/LibreSSL_DIR. For compatibility, the EXPORT_NAME of targets and the LIBRESSL_* variables are set to match the names used in FindLibreSSL.
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 d28692a..2edef0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ pkgconfig_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.windows VERSION config scripts
14EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake 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
17.PHONY: install_sw 17.PHONY: install_sw