diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-12 18:52:30 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2006-10-12 18:52:30 +0000 |
commit | e8684643a28f1bf6a0839bf6a0c10f630c0f6335 (patch) | |
tree | f10894df45bb5e1a6ea14d58172685f2cb31954b /modules/fnmatch | |
parent | 5d5ff3383fd81451220601edadd9fc65018f5c0b (diff) | |
download | gnulib-e8684643a28f1bf6a0839bf6a0c10f630c0f6335.tar.gz |
Distribute all lib/* source files through EXTRA_DIST.
Diffstat (limited to 'modules/fnmatch')
-rw-r--r-- | modules/fnmatch | 2 |
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. |