maint: fts: give __opendir2 a new parameter and rename
[gnulib.git] / modules / utimens
index caf8805..1a9687f 100644 (file)
@@ -9,6 +9,13 @@ m4/utimens.m4
 m4/utimes.m4
 
 Depends-on:
+dup2
+errno
+lstat
+gettime
+stat-time
+stdbool
+sys_stat
 sys_time
 time
 
@@ -16,12 +23,16 @@ configure.ac:
 gl_UTIMENS
 
 Makefile.am:
+lib_SOURCES += utimens.c
 
 Include:
 "utimens.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
 Maintainer:
-Paul Eggert, Jim Meyering
+Paul Eggert, Jim Meyering, Eric Blake