havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / poll-h-c++-tests
blob8dd6262babe8aa6cb7b3adc4e96fd771403f345e
1 Files:
2 tests/test-poll-h-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-poll-h-c++
16 check_PROGRAMS += test-poll-h-c++
17 test_poll_h_c___SOURCES = test-poll-h-c++.cc
18 test_poll_h_c___LDADD = $(LDADD) $(LIB_POLL)
19 endif