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/tls/Makefile.am.tpl

18 lines
415 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
include $(top_srcdir)/Makefile.am.common
simplify packaging for libtls. Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
2014-12-06 10:21:23 -06:00
if ENABLE_LIBTLS
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
lib_LTLIBRARIES = libtls.la
libtls_la_LDFLAGS = -version-info libtls-version
libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
simplify packaging for libtls. Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
2014-12-06 10:21:23 -06:00
libtls_la_SOURCES = tls.c
libtls_la_SOURCES += tls_client.c
libtls_la_SOURCES += tls_config.c
libtls_la_SOURCES += tls_server.c
libtls_la_SOURCES += tls_util.c
libtls_la_SOURCES += tls_verify.c
noinst_HEADERS = tls_internal.h
endif
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