X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fselect-tests;h=bd7b7313712eba813fc483b3ab62a182e670e9e7;hb=5a448a463a290b59549f2ee1cf6c1b01a6043f45;hp=a3b13db2d5982fc0e0bed03efb94e7233d54c41f;hpb=1a9afb04e6f2fb36d17b3837942165cd1a0c50ac;p=gnulib.git diff --git a/modules/select-tests b/modules/select-tests index a3b13db2d..bd7b73137 100644 --- a/modules/select-tests +++ b/modules/select-tests @@ -36,6 +36,6 @@ Makefile.am: TESTS += test-select test-select-in.sh test-select-out.sh # test-select-stdin has to be run by hand. check_PROGRAMS += test-select test-select-fd test-select-stdin -test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) -test_select_fd_LDADD = $(LDADD) @LIBSOCKET@ -test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@ +test_select_LDADD = $(LDADD) @LIB_SELECT@ @LIBSOCKET@ $(INET_PTON_LIB) +test_select_fd_LDADD = $(LDADD) @LIB_SELECT@ +test_select_stdin_LDADD = $(LDADD) @LIB_SELECT@