summaryrefslogtreecommitdiff
path: root/modules/sockets-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-29 11:34:31 +0200
committerBruno Haible <bruno@clisp.org>2008-09-29 11:34:31 +0200
commit39ec168251884f121bbd9387279d0ad8a8192968 (patch)
treeb5b931d6c87955b7311660a65deffdb947d16a15 /modules/sockets-tests
parentaf6914c5f20f09c491bf9e360d5544f912d03602 (diff)
downloadgnulib-39ec168251884f121bbd9387279d0ad8a8192968.tar.gz
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Diffstat (limited to 'modules/sockets-tests')
-rw-r--r--modules/sockets-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sockets-tests b/modules/sockets-tests
index b1a1c6945d..22524e4d1a 100644
--- a/modules/sockets-tests
+++ b/modules/sockets-tests
@@ -8,3 +8,4 @@ configure.ac:
Makefile.am:
TESTS += test-sockets
check_PROGRAMS += test-sockets
+test_sockets_LDADD = $(LDADD) @LIBSOCKET@