diff options
author | Bruno Haible <bruno@clisp.org> | 2011-05-23 23:08:08 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-16 00:07:22 +0200 |
commit | 6467c8d8a544df841f940bce014c826f6bbb8c23 (patch) | |
tree | a38e8954ca868b66bf50dd0ffca113dfba8f495e /modules/exclude | |
parent | 61062b559935404790b29044e916b71f4abc7f6b (diff) | |
download | gnulib-6467c8d8a544df841f940bce014c826f6bbb8c23.tar.gz |
exclude: Move AC_LIBOBJ invocations to module description.
* m4/exclude.m4: Remove file.
* modules/exclude (Files): Remove it.
(configure.ac): Remove gl_EXCLUDE call.
(Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules/exclude')
-rw-r--r-- | modules/exclude | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/exclude b/modules/exclude index 7ff3c14093..b1f83991af 100644 --- a/modules/exclude +++ b/modules/exclude @@ -4,7 +4,6 @@ Manage list of filenames or wildcard patterns for --exclude option processing. Files: lib/exclude.h lib/exclude.c -m4/exclude.m4 Depends-on: fnmatch @@ -16,9 +15,9 @@ verify xalloc configure.ac: -gl_EXCLUDE Makefile.am: +lib_SOURCES += exclude.c Include: "exclude.h" |