md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / gettime
index e41d3da..e1efe76 100644 (file)
@@ -3,12 +3,14 @@ Return current time, with nanosecond resolution.
 
 Files:
 lib/gettime.c
-m4/clock_time.m4
 m4/gettime.m4
 
 Depends-on:
+clock-time
 gettimeofday
+sys_time
 timespec
+extensions
 
 configure.ac:
 gl_GETTIME
@@ -17,7 +19,13 @@ Makefile.am:
 lib_SOURCES += gettime.c
 
 Include:
+"timespec.h"
+
+Link:
+$(LIB_CLOCK_GETTIME)
+
+License:
+GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-