modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB).
authorSimon Josefsson <simon@josefsson.org>
Fri, 6 Nov 2009 09:01:57 +0000 (10:01 +0100)
committerSimon Josefsson <simon@josefsson.org>
Fri, 6 Nov 2009 09:01:57 +0000 (10:01 +0100)
ChangeLog
modules/select-tests

index 7f87cf58efe59e2c4a1303d6a2ff4c448171485b..73991dc912bd603ee540bb9b6a3ba888dca91b73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-06  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
+       because test-select.c uses inet_pton.
+
 2009-11-06  Simon Josefsson  <simon@josefsson.org>
 
        * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
index 84d8f1bf09e169e7adb58614c476de715fc9e888..afa68fe6f4e067982a778ade5afc35e101b813ef 100644 (file)
@@ -33,7 +33,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@