Distribute all lib/* source files through EXTRA_DIST.
[gnulib.git] / modules / vasprintf
1 Description:
2 vsprintf with automatic memory allocation.
3
4 Files:
5 lib/vasprintf.h
6 lib/vasprintf.c
7 lib/asprintf.c
8 m4/vasprintf.m4
9
10 Depends-on:
11 vasnprintf
12
13 configure.ac:
14 gl_FUNC_VASPRINTF
15
16 Makefile.am:
17 EXTRA_DIST += vasprintf.h vasprintf.c asprintf.c
18
19 Include:
20 "vasprintf.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27