pmccabe2html: escaping of special characters
[gnulib.git] / modules / math-c++-tests
index 6e2d003..796e3d1 100644 (file)
@@ -16,5 +16,6 @@ if ANSICXX
 TESTS += test-math-c++
 check_PROGRAMS += test-math-c++
 test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
-test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM)
+# These link dependencies are needed on IRIX 6.5 with cc.
+test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM)
 endif