diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-21 10:12:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-21 10:12:06 +0000 |
commit | f4be2e0cbbadcc1c0d9893e2ed035b273d022b92 (patch) | |
tree | 3fc741eafa0293fb11590e426d68047d1fd4b58f /Makefile.inc | |
parent | 72a245668f915521742bed38a6e5e46c6a90e0b4 (diff) | |
download | c-ares-f4be2e0cbbadcc1c0d9893e2ed035b273d022b92.tar.gz c-ares-f4be2e0cbbadcc1c0d9893e2ed035b273d022b92.tar.bz2 c-ares-f4be2e0cbbadcc1c0d9893e2ed035b273d022b92.zip |
oops
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 023ce7b..58a27bb 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -10,7 +10,7 @@ ares_parse_ns_reply.c ares_llist.c HHEADERS = ares.h ares_private.h setup.h ares_dns.h ares_version.h \ nameser.h inet_net_pton.h inet_ntop.h ares_ipv6.h bitncmp.h \ - setup_once.h + setup_once.h ares_llist.h MANPAGES= ares_destroy.3 ares_expand_name.3 ares_expand_string.3 ares_fds.3 \ ares_free_hostent.3 ares_free_string.3 ares_gethostbyaddr.3 \ |