diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-17 21:27:41 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-18 00:34:20 +0900 |
commit | 3b8cf47307c65f6adfe20e13e85e074a8e5cc044 (patch) | |
tree | 67d179a13a60379c02b4ea3a52d29dbaa8a706e3 /Makefile.am | |
parent | 3b2560feb355e708a59ecfb224932810687a75ad (diff) | |
download | portable-3b8cf47307c65f6adfe20e13e85e074a8e5cc044.tar.gz portable-3b8cf47307c65f6adfe20e13e85e074a8e5cc044.tar.bz2 portable-3b8cf47307c65f6adfe20e13e85e074a8e5cc044.zip |
Add export symbol support to CMake
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 48da18b..b4b9dfc 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_uninstall.cmake.in | 8 | EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in |
9 | 9 | ||
10 | .PHONY: install_sw | 10 | .PHONY: install_sw |
11 | install_sw: install | 11 | install_sw: install |