summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-11-06 10:04:55 +0100
committerSimon Josefsson <simon@josefsson.org>2009-11-06 10:04:55 +0100
commitfbe8f98598db6c5f239429a96ff0b1ad28eef009 (patch)
tree050c84c3bf294f9c5f260c4e1434f67f6a1d91fc
parentc7856b3ddac48deb34c55ae50ab0ff0ffa5922d3 (diff)
downloadgnutls-fbe8f98598db6c5f239429a96ff0b1ad28eef009.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 cd2ebd9591..0734bb7c05 100644
--- a/gl/tests/Makefile.am
+++ b/gl/tests/Makefile.am
@@ -235,7 +235,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@