mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
d1f8addc6a
* modules/netdb-h-c++-tests (Makefile.am): Link test-netdb-h-c++ with $(LIBINTL).
20 lines
313 B
Plaintext
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
|