summaryrefslogtreecommitdiff
path: root/modules/passfd-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-14 00:04:20 +0100
committerBruno Haible <bruno@clisp.org>2011-03-14 00:04:20 +0100
commit50f69b558c0ec48353f4cc8b48212a1788f650fa (patch)
tree26023e098d2fb1092097288a38dd6fbff517769a /modules/passfd-tests
parent6234d83ceaa130a50e84a4f8f974b41dc7ae2cce (diff)
downloadgnulib-50f69b558c0ec48353f4cc8b48212a1788f650fa.tar.gz
passfd: Fix link error on Solaris.
* modules/passfd (Description): Correct. (Depends-on): Add socketlib. (Link): New section. * modules/passfd-tests (Makefile.am): Link test-passfd with LIBSOCKET.
Diffstat (limited to 'modules/passfd-tests')
-rw-r--r--modules/passfd-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/passfd-tests b/modules/passfd-tests
index f1badfecbc..132679c17d 100644
--- a/modules/passfd-tests
+++ b/modules/passfd-tests
@@ -9,3 +9,4 @@ configure.ac:
Makefile.am:
TESTS += test-passfd
check_PROGRAMS += test-passfd
+test_passfd_LDADD = $(LDADD) @LIBSOCKET@