diff options
author | Brent Cook <busterb@gmail.com> | 2021-11-09 22:34:58 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-11-09 22:43:53 -0600 |
commit | f69066726257d07257fce6c5f076bbf27f49b376 (patch) | |
tree | 2153f8ebec920916dec22ee4e3e23185291bfc2e /include/Makefile.am | |
parent | c29f380d0c604efee33672172929c2e57554924f (diff) | |
download | portable-f69066726257d07257fce6c5f076bbf27f49b376.tar.gz portable-f69066726257d07257fce6c5f076bbf27f49b376.tar.bz2 portable-f69066726257d07257fce6c5f076bbf27f49b376.zip |
Autoconf updates
Move machine/endian.h to endian.h, use AC_HEADER_RESOLV over individual
header checks, and include prerequisites for netinet/ip.h check.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 4184cf8..aed6721 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -7,6 +7,7 @@ SUBDIRS = openssl | |||
7 | noinst_HEADERS = pqueue.h | 7 | noinst_HEADERS = pqueue.h |
8 | noinst_HEADERS += compat/dirent.h | 8 | noinst_HEADERS += compat/dirent.h |
9 | noinst_HEADERS += compat/dirent_msvc.h | 9 | noinst_HEADERS += compat/dirent_msvc.h |
10 | noinst_HEADERS += compat/endian.h | ||
10 | noinst_HEADERS += compat/err.h | 11 | noinst_HEADERS += compat/err.h |
11 | noinst_HEADERS += compat/fcntl.h | 12 | noinst_HEADERS += compat/fcntl.h |
12 | noinst_HEADERS += compat/limits.h | 13 | noinst_HEADERS += compat/limits.h |
@@ -26,8 +27,6 @@ noinst_HEADERS += compat/win32netcompat.h | |||
26 | noinst_HEADERS += compat/arpa/inet.h | 27 | noinst_HEADERS += compat/arpa/inet.h |
27 | noinst_HEADERS += compat/arpa/nameser.h | 28 | noinst_HEADERS += compat/arpa/nameser.h |
28 | 29 | ||
29 | noinst_HEADERS += compat/machine/endian.h | ||
30 | |||
31 | noinst_HEADERS += compat/netinet/in.h | 30 | noinst_HEADERS += compat/netinet/in.h |
32 | noinst_HEADERS += compat/netinet/ip.h | 31 | noinst_HEADERS += compat/netinet/ip.h |
33 | noinst_HEADERS += compat/netinet/tcp.h | 32 | noinst_HEADERS += compat/netinet/tcp.h |