summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-09-04 21:56:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-09-04 21:56:14 +0000
commita5b204dd5b30eb9a9c3e7c88132e8e26b7400f10 (patch)
treedb6955f62d494bb0041b3a594fa95ce81a4bf001 /Makefile.inc
parentcef560e871533a197acfdc5106481105ef244194 (diff)
downloadc-ares-a5b204dd5b30eb9a9c3e7c88132e8e26b7400f10.tar.gz
c-ares-a5b204dd5b30eb9a9c3e7c88132e8e26b7400f10.tar.bz2
c-ares-a5b204dd5b30eb9a9c3e7c88132e8e26b7400f10.zip
- Jakub Hrozek added ares_parse_srv_reply() for SRV parsing
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index a701ed6..de3be27 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -22,6 +22,7 @@ CSOURCES = ares__close_sockets.c \
ares_parse_aaaa_reply.c \
ares_parse_ns_reply.c \
ares_parse_ptr_reply.c \
+ ares_parse_srv_reply.c \
ares_process.c \
ares_query.c \
ares_search.c \