math: Fix some C++ test errors on Cygwin.
[pspp] / modules / gettime
index e6334efece37e2a78dc6be26e7305314ca3c1a85..988d2933c6aed96d1bcf1b68c0c569e7e9739d32 100644 (file)
@@ -3,12 +3,12 @@ Return current time, with nanosecond resolution.
 
 Files:
 lib/gettime.c
-m4/clock_time.m4
 m4/gettime.m4
 
 Depends-on:
-gettime
+clock-time
 gettimeofday
+sys_time
 timespec
 extensions
 
@@ -18,7 +18,10 @@ gl_GETTIME
 Makefile.am:
 
 Include:
-#include "timespec.h"
+"timespec.h"
+
+Link:
+$(LIB_CLOCK_GETTIME)
 
 License:
 GPL