maint.mk: relax the default _gl_TS_function_match regexp
[gnulib.git] / modules / sendto
index 888d0dc..b28a7ea 100644 (file)
@@ -2,16 +2,17 @@ Description:
 sendto() function: send (write) data to a potentially unconnected socket.
 
 Files:
-lib/winsock.c
+lib/sendto.c
+lib/w32sock.h
 
 Depends-on:
 sys_socket
-errno
+errno           [test "$ac_cv_header_winsock2_h" = yes]
 
 configure.ac:
 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
 if test "$ac_cv_header_winsock2_h" = yes; then
-  AC_LIBOBJ([winsock])
+  AC_LIBOBJ([sendto])
 fi
 gl_SYS_SOCKET_MODULE_INDICATOR([sendto])