fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / xnanosleep
index 7317c1ebff2245a5ad957fe71517e705ea26f38c..f1b1371dd703c00bf3f841174151c2e7d177ed6d 100644 (file)
@@ -4,22 +4,28 @@ a more convenient interface to nanosleep
 Files:
 lib/xnanosleep.h
 lib/xnanosleep.c
+m4/xnanosleep.m4
 
 Depends-on:
-timespec
-xalloc
+nanosleep
+time
+intprops
+stdbool
 
 configure.ac:
+gl_XNANOSLEEP
 
 Makefile.am:
-lib_SOURCES += xnanosleep.h xnanosleep.c
+lib_SOURCES += xnanosleep.c
 
 Include:
 "xnanosleep.h"
 
+Link:
+$(LIB_NANOSLEEP)
+
 License:
 GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-