diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-20 23:38:36 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-20 23:38:36 +0000 |
commit | 5e9322f450b2b77fb3fa75ed77c3ddfc28a166d3 (patch) | |
tree | 50bc2f99d08ae0a761df4b22f797183b1b237e3d /Makefile.vc6 | |
parent | 308746c081763ed94895148c52cf7376b2d8a496 (diff) | |
download | c-ares-5e9322f450b2b77fb3fa75ed77c3ddfc28a166d3.tar.gz c-ares-5e9322f450b2b77fb3fa75ed77c3ddfc28a166d3.tar.bz2 c-ares-5e9322f450b2b77fb3fa75ed77c3ddfc28a166d3.zip |
Export 'ares_process_fd' too.
Diffstat (limited to 'Makefile.vc6')
-rw-r--r-- | Makefile.vc6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.vc6 b/Makefile.vc6 index d9a0f96..f02bd37 100644 --- a/Makefile.vc6 +++ b/Makefile.vc6 @@ -111,6 +111,7 @@ $(DEF_FILE): $(OBJECTS) Makefile.VC6 @echo ares_parse_ptr_reply >> $@ @echo ares_parse_ns_reply >> $@ @echo ares_process >> $@ + @echo ares_process_fd >> $@ @echo ares_query >> $@ @echo ares_search >> $@ @echo ares_strerror >> $@ |