diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-04-07 15:10:01 +0900 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-04-09 13:37:09 -0500 |
commit | c94670a8cd39f8a8843e9adba2a6030adb00ac94 (patch) | |
tree | 05e30bb91d42c1d56abe767dc718c9affb82d8d9 /Makefile.am | |
parent | 752ad82d33bef07591ae323e17de2cb8f0e50e20 (diff) | |
download | portable-c94670a8cd39f8a8843e9adba2a6030adb00ac94.tar.gz portable-c94670a8cd39f8a8843e9adba2a6030adb00ac94.tar.bz2 portable-c94670a8cd39f8a8843e9adba2a6030adb00ac94.zip |
add cmake uninstall functionality
- add uninstall functionality
* see https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
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 d92f347..48da18b 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 | 8 | EXTRA_DIST += CMakeLists.txt cmake_uninstall.cmake.in |
9 | 9 | ||
10 | .PHONY: install_sw | 10 | .PHONY: install_sw |
11 | install_sw: install | 11 | install_sw: install |