strtoul: remove dependency on strtol
[pspp] / modules / stdio-c++-tests
index b73ee2689e737e2421f9618eb213c012997d4c95..05e754455a6090aab24dac612e489a6e35080148 100644 (file)
@@ -16,5 +16,5 @@ if ANSICXX
 TESTS += test-stdio-c++
 check_PROGRAMS += test-stdio-c++
 test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
-test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
+test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_EACCESS)
 endif