mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/poll.m4 (gl_FUNC_POLL): Determine LIB_POLL. * modules/poll (Depends-on): Add sockets. (Link): New section. * NEWS: Mention the change. * modules/poll-tests (Makefile.am): Link test-poll against $(LIB_POLL). * modules/poll-h-c++-tests (Makefile.am): Link test-poll-h-c++ against $(LIB_POLL) instead of $(LIBSOCKET).
20 lines
289 B
Plaintext
20 lines
289 B
Plaintext
Files:
|
|
tests/test-poll-h-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-poll-h-c++
|
|
check_PROGRAMS += test-poll-h-c++
|
|
test_poll_h_c___SOURCES = test-poll-h-c++.cc
|
|
test_poll_h_c___LDADD = $(LDADD) $(LIB_POLL)
|
|
endif
|