roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / utimens
index 48fbe8e43de28f1c748bef52b69566d717c69be6..1a9687f5797ff6ff261f34fc3e4826196930501f 100644 (file)
@@ -11,6 +11,11 @@ m4/utimes.m4
 Depends-on:
 dup2
 errno
+lstat
+gettime
+stat-time
+stdbool
+sys_stat
 sys_time
 time
 
@@ -18,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