diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-04 01:33:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-04 01:33:19 +0000 |
commit | b2aff777b1d9fc50d4f19dc57ede48bb106cd01a (patch) | |
tree | 5c4a483db0c7396390c23ee80f86f3526d324594 /lib | |
parent | b793f241f473f424e42e9c2469645453834d88df (diff) | |
download | coreutils-b2aff777b1d9fc50d4f19dc57ede48bb106cd01a.tar.xz |
(noinst_HEADERS): Add regex.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 98eeebcb2..724720cda 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -21,7 +21,7 @@ noinst_HEADERS = argmatch.h backupfile.h closeout.h \ error.h exclude.h fnmatch.h fsusage.h \ getdate.h getline.h getopt.h group-member.h human.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ -quotearg.h safe-read.h save-cwd.h savedir.h strverscmp.h \ +quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ xalloc.h xstrtol.h xstrtoul.h BUILT_SOURCES = getdate.c posixtm.c |