Split winsock.c into many smaller files.
[gnulib.git] / modules / accept
index f786882..d1c954e 100644 (file)
@@ -2,7 +2,8 @@ Description:
 accept() function: accept a connection to a server socket.
 
 Files:
-lib/winsock.c
+lib/accept.c
+lib/w32sock.h
 
 Depends-on:
 sys_socket
@@ -11,7 +12,7 @@ errno
 configure.ac:
 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
 if test "$ac_cv_header_winsock2_h" = yes; then
-  AC_LIBOBJ([winsock])
+  AC_LIBOBJ([accept])
 fi
 gl_SYS_SOCKET_MODULE_INDICATOR([accept])