iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / poll-tests
index 72241ae737af5cbca69e68659dd1bd3214850c1d..d34107ee8ab3f3b438833b19806cb19e9e4527d7 100644 (file)
@@ -1,4 +1,5 @@
 Files:
+tests/signature.h
 tests/test-poll.c
 
 Depends-on:
@@ -6,6 +7,7 @@ stdbool
 sys_socket
 netinet_in
 arpa_inet
+sys_ioctl
 extensions
 inet_pton
 errno
@@ -17,6 +19,8 @@ setsockopt
 listen
 connect
 accept
+ioctl
+close
 
 configure.ac:
 AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])
@@ -24,4 +28,4 @@ AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])
 Makefile.am:
 TESTS += test-poll
 check_PROGRAMS += test-poll
-test_poll_LDADD = $(LDADD) @LIBSOCKET@
+test_poll_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)