install-reloc: Support multi-binary installation.
[gnulib.git] / modules / futimens-tests
index 122ebeb..a1948eb 100644 (file)
@@ -7,11 +7,12 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
+gettext
 fcntl-h
 ignore-value
+nanosleep
 timespec
 dup
-usleep
 utimecmp
 
 configure.ac:
@@ -19,4 +20,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) $(LIB_NANOSLEEP) @LIBINTL@