libressl-portable/Makefile.am

15 lines
403 B
Makefile
Raw Normal View History

2020-05-01 13:07:11 +02:00
SUBDIRS = crypto ssl tls include apps man
if ENABLE_TESTS
SUBDIRS += tests
endif
2014-07-10 06:07:09 -05:00
ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc
2015-06-14 06:06:39 -05:00
EXTRA_DIST = README.md README.windows VERSION config scripts
EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake
.PHONY: install_sw
install_sw: install