Add module descriptions.
[gnulib.git] / modules / exclude
1 Description:
2 Manage list of filenames or wildcard patterns for --exclude option processing.
3
4 Files:
5 lib/exclude.h
6 lib/exclude.c
7 m4/exclude.m4
8
9 Depends-on:
10 xalloc
11 strcase
12 unlocked-io
13 fnmatch-gnu
14 stdbool
15
16 configure.ac:
17 gl_EXCLUDE
18
19 Makefile.am:
20 lib_SOURCES += exclude.h exclude.c
21
22 Include:
23 "exclude.h"
24