Distribute all lib/* source files through EXTRA_DIST.
[gnulib.git] / modules / getloadavg
1 Description:
2 Return the current system load averages.
3
4 Files:
5 lib/getloadavg.c
6 m4/getloadavg.m4
7
8 Depends-on:
9 cloexec
10 xalloc
11 c-strtod
12 intprops
13 stdbool
14 fcntl-safer
15
16 configure.ac:
17 gl_GETLOADAVG([$gl_source_base])
18
19 Makefile.am:
20 EXTRA_DIST += getloadavg.c
21
22 Include:
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering