Distribute all lib/* source files through EXTRA_DIST.
[gnulib.git] / modules / gettimeofday
1 Description:
2 gettimeofday() function: return current time.
3
4 Files:
5 lib/gettimeofday.c
6 m4/gettimeofday.m4
7
8 Depends-on:
9
10 configure.ac:
11 AC_FUNC_GETTIMEOFDAY_CLOBBER
12
13 Makefile.am:
14 EXTRA_DIST += gettimeofday.c
15
16 Include:
17 <sys/time.h>
18
19 License:
20 GPL
21
22 Maintainer:
23 Jim Meyering
24