diff options
author | Bruno Haible <bruno@clisp.org> | 2011-09-19 03:10:16 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-09-19 03:10:16 +0200 |
commit | 5eb1a2ef66a21c9ce722e8117c72fd39db924973 (patch) | |
tree | 275fc696059c1eeb4b456975f73c8538e23fc8ae /modules/accept4-tests | |
parent | 43aa5dc8fd2e9cd6d001c729845b3878358eff95 (diff) | |
download | gnulib-5eb1a2ef66a21c9ce722e8117c72fd39db924973.tar.gz |
accept, accept4 tests: Avoid link error on Solaris.
* modules/accept-tests (Makefile.am): Link test-accept against
$(LIBSOCKET).
* modules/accept4-tests (Makefile.am): Link test-accept4 against
$(LIBSOCKET).
Diffstat (limited to 'modules/accept4-tests')
-rw-r--r-- | modules/accept4-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/accept4-tests b/modules/accept4-tests index 2d6c1e95c6..9c5b1272c8 100644 --- a/modules/accept4-tests +++ b/modules/accept4-tests @@ -13,3 +13,4 @@ configure.ac: Makefile.am: TESTS += test-accept4 check_PROGRAMS += test-accept4 +test_accept4_LDADD = $(LDADD) @LIBSOCKET@ |