xnanosleep: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / xnanosleep
1 Description:
2 a more convenient interface to nanosleep
3
4 Files:
5 lib/xnanosleep.h
6 lib/xnanosleep.c
7 m4/xnanosleep.m4
8
9 Depends-on:
10 nanosleep
11 time
12 intprops
13 stdbool
14
15 configure.ac:
16 gl_XNANOSLEEP
17
18 Makefile.am:
19 lib_SOURCES += xnanosleep.c
20
21 Include:
22 "xnanosleep.h"
23
24 Link:
25 $(LIB_NANOSLEEP)
26
27 License:
28 GPL
29
30 Maintainer:
31 Paul Eggert, Jim Meyering