summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-11-06 10:04:55 +0100
committerSimon Josefsson <simon@josefsson.org>2010-03-15 10:59:08 +0100
commitef37eaf0de16b2c298ce0f03eebd5f8e051b299c (patch)
tree92fb0f26f1a8d5cb059c5ed5c00a1aaf933253e3
parent13836061caac4d5f3390d2cc6d4c04592541c497 (diff)
downloadgnutls-ef37eaf0de16b2c298ce0f03eebd5f8e051b299c.tar.gz
Update gnulib files.
-rw-r--r--gl/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/Makefile.am b/gl/tests/Makefile.am
index 421303a3a8..2c7a9186b5 100644
--- a/gl/tests/Makefile.am
+++ b/gl/tests/Makefile.am
@@ -192,7 +192,7 @@ TESTS += test-select test-select-in.sh test-select-out.sh
# test-select-stdin has to be run by hand.
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-select test-select-fd test-select-stdin
-test_select_LDADD = $(LDADD) @LIBSOCKET@
+test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@