posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / exclude
blob252902721898ba5c5c7c9853f0d0a0df7003b544
1 Description:
2 Manage list of filenames or wildcard patterns for --exclude option processing.
4 Files:
5 lib/exclude.h
6 lib/exclude.c
8 Depends-on:
9 filename
10 fnmatch
11 fopen-gnu
12 hash
13 mbscasecmp
14 mbuiter
15 regex
16 stdbool
17 verify
18 xalloc
20 configure.ac:
22 Makefile.am:
23 lib_SOURCES += exclude.c
25 Include:
26 "exclude.h"
28 Link:
29 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
30 $(LIB_MBRTOWC)
32 License:
33 GPL
35 Maintainer:
36 Paul Eggert