summaryrefslogtreecommitdiff
path: root/modules/fnmatch
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-12 18:52:30 +0000
committerBruno Haible <bruno@clisp.org>2006-10-12 18:52:30 +0000
commite8684643a28f1bf6a0839bf6a0c10f630c0f6335 (patch)
treef10894df45bb5e1a6ea14d58172685f2cb31954b /modules/fnmatch
parent5d5ff3383fd81451220601edadd9fc65018f5c0b (diff)
downloadgnulib-e8684643a28f1bf6a0839bf6a0c10f630c0f6335.tar.gz
Distribute all lib/* source files through EXTRA_DIST.
Diffstat (limited to 'modules/fnmatch')
-rw-r--r--modules/fnmatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fnmatch b/modules/fnmatch
index c086b19469..59a43a8c81 100644
--- a/modules/fnmatch
+++ b/modules/fnmatch
@@ -17,7 +17,7 @@ configure.ac:
Makefile.am:
BUILT_SOURCES += $(FNMATCH_H)
-EXTRA_DIST += fnmatch_.h fnmatch_loop.c
+EXTRA_DIST += fnmatch_.h fnmatch.c fnmatch_loop.c
# We need the following in order to create <fnmatch.h> when the system
# doesn't have one that supports the required API.