diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-22 05:16:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-22 05:16:11 +0000 |
commit | 137cf557559ef57323c3e58bdeec70291a4dadda (patch) | |
tree | 9a9fe933b9a528541dc8de0efd44db2c79b7b9e0 | |
parent | ddc22e05abe7ee3864b556a8a7aa52013054f80c (diff) | |
download | coreutils-137cf557559ef57323c3e58bdeec70291a4dadda.tar.xz |
.
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 4f8c371df..1ef421e9f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -57,7 +57,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 |