gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / utimens
index 4251485..8797774 100644 (file)
@@ -10,6 +10,14 @@ m4/utimes.m4
 
 Depends-on:
 errno
+extern-inline
+fcntl-h
+fstat
+lstat
+gettime
+stat-time
+stdbool
+sys_stat
 sys_time
 time
 
@@ -17,12 +25,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