Logo
Explore Help
Sign In
factotum/libressl-portable
1
Fork 0
You've already forked libressl-portable
Code Issues Pull Requests Packages Projects Releases Wiki Activity
libressl-portable/Makefile.am

12 lines
248 B
Makefile
Raw Normal View History

add support for building libtls Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@
2014-12-04 22:37:22 -06:00
SUBDIRS = crypto ssl tls include apps tests man
initial top-level import
2014-07-10 06:07:09 -05:00
ACLOCAL_AMFLAGS = -I m4
add platform libraries to libcompat's LIBADD list ok beck@
2014-07-12 03:34:08 -05:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc
make 'autoreconf' work from dist tarball We need to include VERSION for it to run.
2014-11-03 21:05:47 -06:00
add support for building libtls Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@
2014-12-04 22:37:22 -06:00
if ENABLE_LIBTLS
pkgconfig_DATA += libtls.pc
endif
Fix build failure of "make distcheck" (new scripts/ folder missing)
2014-12-31 07:17:47 -08:00
EXTRA_DIST = VERSION config scripts
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API