Mercurial > hg > octave-kai > gnulib-hg
changeset 12249:ddd430aec0b9
modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB).
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Fri, 06 Nov 2009 10:01:57 +0100 |
parents | 1bc8eb7d006a |
children | 4c93d98299f9 |
files | ChangeLog modules/select-tests |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- a/modules/select-tests +++ b/modules/select-tests @@ -33,7 +33,7 @@ # 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@