gnulib-tool now synthesizes the EXTRA_DIST line.
[gnulib.git] / modules / list
1 Description:
2 Abstract sequential list data type.
3
4 Files:
5 lib/gl_list.h
6 lib/gl_list.c
7 m4/gl_list.m4
8
9 Depends-on:
10 stdbool
11
12 configure.ac:
13 gl_LIST
14
15 Makefile.am:
16 lib_SOURCES += gl_list.h gl_list.c
17
18 Include:
19 "gl_list.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Bruno Haible
26