2014-12-05 05:37:22 +01:00
|
|
|
SUBDIRS = crypto ssl tls include apps tests man
|
2014-07-10 13:07:09 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2014-07-12 10:34:08 +02:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2015-03-19 01:12:42 +01:00
|
|
|
pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc
|
2014-12-05 05:37:22 +01:00
|
|
|
|
2015-06-14 13:06:39 +02:00
|
|
|
EXTRA_DIST = README.md README.windows VERSION config scripts
|
2017-01-17 13:27:41 +01:00
|
|
|
EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in
|
2016-03-13 00:07:28 +01:00
|
|
|
|
|
|
|
.PHONY: install_sw
|
|
|
|
install_sw: install
|