summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-01 08:25:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-01 08:25:58 +0000
commit86ae23430cb79b38dec419ebf9cf3f85073e091c (patch)
tree47daf64ba656da8b9c0258c69a4c9b627a0aec96 /Makefile.in
parent8ede9dd9c9f899707feec5345ef7dee79dc3674a (diff)
downloadc-ares-86ae23430cb79b38dec419ebf9cf3f85073e091c.tar.gz
c-ares-86ae23430cb79b38dec419ebf9cf3f85073e091c.tar.bz2
c-ares-86ae23430cb79b38dec419ebf9cf3f85073e091c.zip
Dirk Manske's ares_cancel() function was added.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index eac25cf..53ff73f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,15 +26,14 @@ OBJS= ares__close_sockets.o ares__get_hostent.o ares__read_line.o \
ares_gethostbyname.o ares_init.o ares_mkquery.o ares_parse_a_reply.o \
ares_parse_ptr_reply.o ares_process.o ares_query.o ares_search.o \
ares_send.o ares_strerror.o ares_timeout.o ares_version.o \
- ares_expand_string.o
+ ares_expand_string.o ares_cancel.o
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 \
ares_gethostbyname.3 ares_init.3 ares_init_options.3 ares_mkquery.3 \
ares_parse_a_reply.3 ares_parse_ptr_reply.3 ares_process.3 \
ares_query.3 ares_search.3 ares_send.3 ares_strerror.3 ares_timeout.3 \
- ares_version.3
-
+ ares_version.3 ares_cancel.3
$(LIB): ${OBJS}
ar cru $@ ${OBJS}