aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit6c9d96e811b7ad4d8830714011c31e5c33506829 (patch)
treeb1561963996ac5adb20d77c5259df4ffcd96216a /ares/Makefile.in
parentf840e5192c5119109b71b6433ee3ef0b779037f3 (diff)
Dirk Manske's ares_cancel() function was added.
Diffstat (limited to 'ares/Makefile.in')
-rw-r--r--ares/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/ares/Makefile.in b/ares/Makefile.in
index eac25cf94..53ff73f83 100644
--- a/ares/Makefile.in
+++ b/ares/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}