* modules/exclude (Depends-on): Depend on verify.
[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 fnmatch-gnu
13 stdbool
14 verify
15
16 configure.ac:
17 gl_EXCLUDE
18
19 Makefile.am:
20
21 Include:
22 "exclude.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Paul Eggert