memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / nonblocking-tests
index 94fccb208995f830073e6ddc5267c5636afe01d2..b84a32713ff764f29e66f289e3490106ad45797b 100644 (file)
@@ -4,13 +4,13 @@ tests/macros.h
 
 Depends-on:
 close
-open
 pipe-posix
-socket
+nonblocking-pipe-tests
+nonblocking-socket-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-nonblocking
 check_PROGRAMS += test-nonblocking
-test_nonblocking_LDADD = $(LDADD) @LIBSOCKET@
+test_nonblocking_LDADD = $(LDADD) $(LIBSOCKET)