diff options
author | Daniel Mack <zonque@gmail.com> | 2011-07-13 00:30:53 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-08-26 09:29:53 +0200 |
commit | a863daff6844e330183045f513dcc1b421af426c (patch) | |
tree | b40f4030efea275bcdca981e750601985d13338e /libc/inet/Makefile.in | |
parent | 5f6fe1fca1e60923503dd391a60b2ad5b9aead31 (diff) |
inet/resolv: add res_mkquery
Signed-off-by: Daniel Mack <zonque@gmail.com>
Diffstat (limited to 'libc/inet/Makefile.in')
-rw-r--r-- | libc/inet/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in index f2a495aa5..09ba65d1a 100644 --- a/libc/inet/Makefile.in +++ b/libc/inet/Makefile.in @@ -41,7 +41,7 @@ CSRC-$(findstring y,$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6)) += \ res_init.c res_query.c res_comp.c ns_name.c \ _res_state.c CSRC-$(findstring y,$(UCLIBC_HAS_RESOLVER_SUPPORT)) += \ - ns_netint.c ns_parse.c + ns_netint.c ns_parse.c res_data.c ## # unused ATM ## CSRC-y += encodep.c decodep.c formquery.c |