b3270494f0
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@
33 lines
692 B
Makefile
33 lines
692 B
Makefile
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = openssl
|
|
|
|
noinst_HEADERS = err.h
|
|
noinst_HEADERS += netdb.h
|
|
noinst_HEADERS += poll.h
|
|
noinst_HEADERS += pqueue.h
|
|
noinst_HEADERS += stdio.h
|
|
noinst_HEADERS += stdlib.h
|
|
noinst_HEADERS += string.h
|
|
noinst_HEADERS += syslog.h
|
|
noinst_HEADERS += unistd.h
|
|
noinst_HEADERS += win32netcompat.h
|
|
|
|
noinst_HEADERS += arpa/inet.h
|
|
|
|
noinst_HEADERS += machine/endian.h
|
|
|
|
noinst_HEADERS += netinet/in.h
|
|
noinst_HEADERS += netinet/tcp.h
|
|
|
|
noinst_HEADERS += sys/ioctl.h
|
|
noinst_HEADERS += sys/mman.h
|
|
noinst_HEADERS += sys/select.h
|
|
noinst_HEADERS += sys/socket.h
|
|
noinst_HEADERS += sys/times.h
|
|
noinst_HEADERS += sys/types.h
|
|
|
|
if ENABLE_LIBTLS
|
|
include_HEADERS = tls.h
|
|
endif
|