Reported by Tom G. Christensen <tgc@jupiterrise.com>.
* modules/copy-file-tests (Makefile.am): Link test-copy-file with
$(LIB_CLOCK_GETTIME).
+2017-05-18 Bruno Haible <bruno@clisp.org>
+
+ copy-file tests: Fix link error (regression from 2017-05-01).
+ Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+ * modules/copy-file-tests (Makefile.am): Link test-copy-file with
+ $(LIB_CLOCK_GETTIME).
+
2017-05-18 Bruno Haible <bruno@clisp.org>
unicase/special-casing: Fix incompatibility with gperf-3.0.4
TESTS += test-copy-file.sh test-copy-file-1.sh test-copy-file-2.sh
TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
check_PROGRAMS += test-copy-file
-test_copy_file_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
+test_copy_file_LDADD = $(LDADD) $(LIB_ACL) $(LIB_CLOCK_GETTIME) @LIBINTL@