pthread: Add enough so that coreutils/src/sort.c compiles.
[gnulib.git] / modules / exclude
index 50da07d..7ff3c14 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Manage list of filenames or wildcard patterns for --exclude option processing.
 
 Files:
 lib/exclude.h
@@ -6,18 +7,24 @@ lib/exclude.c
 m4/exclude.m4
 
 Depends-on:
-xalloc
-strcase
-unlocked-io
-fnmatch-gnu
+fnmatch
+hash
+mbscasecmp
+mbuiter
 stdbool
+verify
+xalloc
 
 configure.ac:
 gl_EXCLUDE
 
 Makefile.am:
-lib_SOURCES += exclude.h exclude.c
 
 Include:
 "exclude.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert