diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-02 08:59:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-02 08:59:47 +0000 |
commit | e806d2564722311483b065e3aac2357666120889 (patch) | |
tree | 4a8f3e1c352ae66d15774aacb6162cb0067aedb0 /lib | |
parent | 1491869c3813a7dbb14a0e76e589d53d43adb1fb (diff) | |
download | coreutils-e806d2564722311483b065e3aac2357666120889.tar.xz |
Reflect sha -> sha1 renaming.
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 e0564db23..8d72af5a3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -102,7 +102,7 @@ libfetish_a_SOURCES = \ savedir.c savedir.h \ search_.h \ settime.c \ - sha.c sha.h \ + sha1.c sha1.h \ sig2str.h \ stdio-safer.h \ stripslash.c \ |