diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-21 23:06:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-21 23:06:40 +0000 |
commit | 42fcbf3950b6ae10f06373d2b67e53df01bed4ef (patch) | |
tree | 683ae4e3e833ae9e2fb9a6c9619239e22d00ab8e | |
parent | 11f5ed65ba1996b044eb14c5e99b7c343d9b8129 (diff) | |
download | coreutils-42fcbf3950b6ae10f06373d2b67e53df01bed4ef.tar.xz |
(HEADERS): Add argmatch.h.
-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 493978c62..2b0d43739 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = -I.. -I$(srcdir) fu_LIBADD = @LIBOBJS@ @ALLOCA@ -HEADERS = backupfile.h error.h fnmatch.h fsusage.h getopt.h \ +HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h getopt.h \ group-member.h long-options.h makepath.h modechange.h mountlist.h \ obstack.h pathmax.h save-cwd.h xstrtol.h xstrtoul.h |