Avoid the need for AC_LIBSOURCES in m4 macros.
[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 EXTRA_DIST += exclude.h
21
22 Include:
23 "exclude.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert