getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / getsockname
index 2b4fd6469a4d6a7266691735001156929ba433da..223479e40696f76f7c40ed4e0ba6f315da5b1c54 100644 (file)
@@ -3,16 +3,17 @@ getsockname() function: return information about the local end of a connected
 socket.
 
 Files:
-lib/winsock.c
+lib/getsockname.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([getsockname])
 fi
 gl_SYS_SOCKET_MODULE_INDICATOR([getsockname])