warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / sys_select-c++-tests
blobe9f0b25d2803e2b9c30c80c6db082e5e33fc757c
1 Files:
2 tests/test-sys_select-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-sys_select-c++
16 check_PROGRAMS += test-sys_select-c++
17 test_sys_select_c___SOURCES = test-sys_select-c++.cc
18 test_sys_select_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_SELECT) $(LIB_NANOSLEEP)
19 endif