Distribute all lib/* source files through EXTRA_DIST.
[pspp] / modules / strtod
1 Description:
2 strtod() function: convert string to 'double'.
3
4 Files:
5 lib/strtod.c
6 m4/strtod.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_FUNC_STRTOD
12
13 Makefile.am:
14 LIBS += $(POW_LIB)
15 EXTRA_DIST += strtod.c
16
17 Include:
18 <stdlib.h>
19
20 License:
21 LGPL
22
23 Maintainer:
24 all