2014-12-04 22:37:22 -06:00
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
|
2015-09-07 00:31:59 -05:00
|
|
|
EXTRA_DIST = CMakeLists.txt
|
|
|
|
|
2014-07-10 06:21:51 -05:00
|
|
|
SUBDIRS = openssl
|
|
|
|
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS = pqueue.h
|
|
|
|
noinst_HEADERS += compat/dirent.h
|
|
|
|
noinst_HEADERS += compat/dirent_msvc.h
|
|
|
|
noinst_HEADERS += compat/err.h
|
2017-01-15 22:28:36 -06:00
|
|
|
noinst_HEADERS += compat/fcntl.h
|
2015-10-14 17:19:00 -05:00
|
|
|
noinst_HEADERS += compat/limits.h
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS += compat/netdb.h
|
|
|
|
noinst_HEADERS += compat/poll.h
|
2015-09-16 20:36:38 +09:00
|
|
|
noinst_HEADERS += compat/readpassphrase.h
|
2015-10-01 07:40:26 -05:00
|
|
|
noinst_HEADERS += compat/resolv.h
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS += compat/stdio.h
|
|
|
|
noinst_HEADERS += compat/stdlib.h
|
|
|
|
noinst_HEADERS += compat/string.h
|
|
|
|
noinst_HEADERS += compat/time.h
|
|
|
|
noinst_HEADERS += compat/unistd.h
|
|
|
|
noinst_HEADERS += compat/win32netcompat.h
|
2014-11-19 07:43:07 -06:00
|
|
|
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS += compat/arpa/inet.h
|
|
|
|
noinst_HEADERS += compat/arpa/nameser.h
|
2014-11-19 07:43:07 -06:00
|
|
|
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS += compat/machine/endian.h
|
2014-11-19 07:43:07 -06:00
|
|
|
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS += compat/netinet/in.h
|
2015-09-13 11:56:41 -05:00
|
|
|
noinst_HEADERS += compat/netinet/ip.h
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS += compat/netinet/tcp.h
|
2014-11-19 07:43:07 -06:00
|
|
|
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS += compat/sys/ioctl.h
|
|
|
|
noinst_HEADERS += compat/sys/mman.h
|
|
|
|
noinst_HEADERS += compat/sys/param.h
|
|
|
|
noinst_HEADERS += compat/sys/select.h
|
2015-09-13 18:57:29 -05:00
|
|
|
noinst_HEADERS += compat/sys/socket.h
|
2014-07-10 22:06:10 -05:00
|
|
|
noinst_HEADERS += compat/sys/stat.h
|
|
|
|
noinst_HEADERS += compat/sys/time.h
|
|
|
|
noinst_HEADERS += compat/sys/types.h
|
|
|
|
noinst_HEADERS += compat/sys/uio.h
|
2014-12-04 22:37:22 -06:00
|
|
|
|
|
|
|
include_HEADERS = tls.h
|