Distribute all lib/* source files through EXTRA_DIST.
[gnulib.git] / modules / c-strtold
1 Description:
2 Convert string to long double in C locale.
3
4 Files:
5 lib/c-strtod.h
6 lib/c-strtod.c
7 lib/c-strtold.c
8 m4/c-strtod.m4
9
10 Depends-on:
11 extensions
12 xalloc
13
14 configure.ac:
15 gl_C_STRTOLD
16
17 Makefile.am:
18 EXTRA_DIST += c-strtod.h c-strtod.c c-strtold.c
19
20 Include:
21 "c-strtod.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert, Jim Meyering