1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
gnulib/modules/netdb-h-c++-tests
Bruno Haible d1f8addc6a netdb-h-c++-tests: Fix link error on Solaris 10 with Oracle Studio 12.6.
* modules/netdb-h-c++-tests (Makefile.am): Link test-netdb-h-c++ with
$(LIBINTL).
2026-05-10 11:07:50 +02:00

20 lines
313 B
Plaintext

Files:
tests/test-netdb-h-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-netdb-h-c++
check_PROGRAMS += test-netdb-h-c++
test_netdb_h_c___SOURCES = test-netdb-h-c++.cc
test_netdb_h_c___LDADD = $(LDADD) $(LIBINTL) $(GETADDRINFO_LIB)
endif