summaryrefslogtreecommitdiff
path: root/modules/futimens-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 12:41:19 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 12:41:19 +0200
commitedca61feba2256cd711f71850bbed0e68e98d522 (patch)
treec2076758435d9cca44a07de4daadec5c86a31606 /modules/futimens-tests
parent6eedb6a104486c2df4384195e5dfc487d97c5beb (diff)
downloadgnulib-edca61feba2256cd711f71850bbed0e68e98d522.tar.gz
Fix tests link errors.
* modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM. * modules/chown-tests (Makefile.am): Don't link test-chown with LIBINTL. * modules/lchown-tests (Makefile.am): Don't link test-lchown with LIBINTL. * modules/utimens-tests (Makefile.am): Don't link test-utimens with LIBINTL. * modules/futimens-tests (Makefile.am): Don't link test-futimens with LIBINTL.
Diffstat (limited to 'modules/futimens-tests')
-rw-r--r--modules/futimens-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/futimens-tests b/modules/futimens-tests
index 124b62f49b..356f67e2dd 100644
--- a/modules/futimens-tests
+++ b/modules/futimens-tests
@@ -17,4 +17,4 @@ configure.ac:
Makefile.am:
TESTS += test-futimens
check_PROGRAMS += test-futimens
-test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)