diff options
author | Jim Meyering <jim@meyering.net> | 1998-12-07 06:24:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-12-07 06:24:28 +0000 |
commit | 5ae5d486a98f1412626d960feb64ee28bc8d6bed (patch) | |
tree | 1d103275108e84eddcd847ee5a4836dc5fce74f8 /lib | |
parent | ef234641de73a83fbb752888f610d7dc0c7c25d1 (diff) | |
download | coreutils-5ae5d486a98f1412626d960feb64ee28bc8d6bed.tar.xz |
.
Diffstat (limited to 'lib')
-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 44cc64084..322ba145d 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -108,7 +108,7 @@ libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h closeout.h \ -error.h exclude.h filemode.h fnmatch.h fsusage.h \ +dirname.h error.h exclude.h filemode.h fnmatch.h fsusage.h \ getdate.h getline.h getopt.h group-member.h human.h lchown.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ posixtm.h quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ |