added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / getaddrinfo
index cc9270e..c8c6024 100644 (file)
@@ -2,33 +2,37 @@ Description:
 getaddrinfo() function: Get address information.
 
 Files:
-lib/getaddrinfo.h
 lib/getaddrinfo.c
 lib/gai_strerror.c
 m4/getaddrinfo.m4
-m4/sockpfaf.m4
 
 Depends-on:
-restrict
+extensions
 gettext-h
+inet_ntop
 snprintf
 socklen
 stdbool
-strdup
 sys_socket
-inet_ntop
+netdb
+strdup
+servent
+hostent
 
 configure.ac:
 gl_GETADDRINFO
+gl_NETDB_MODULE_INDICATOR([getaddrinfo])
 
 Makefile.am:
-lib_SOURCES += getaddrinfo.h
 
 Include:
-"getaddrinfo.h"
+<netdb.h>
+
+Link:
+$(GETADDRINFO_LIB)
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson