diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-05 11:45:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-05 11:45:25 +0000 |
commit | a97b7f61ffe144bc2695ffd66973927b8f483cf7 (patch) | |
tree | 93b64d5c3064bb94f9cf2fe43cc56aec59255337 /lib | |
parent | 0b9c7cac747d951c75aafd243f2a55d4a55a3eb6 (diff) | |
download | coreutils-a97b7f61ffe144bc2695ffd66973927b8f483cf7.tar.xz |
(libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5eef88e1e..625f88651 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,6 +18,7 @@ libfetish_a_SOURCES = \ strftime.c \ getopt.c getopt.h getopt1.c \ hash.c hash.h \ + hash-pjw.c hash-pjw.h \ __fpending.h \ addext.c \ argmatch.c argmatch.h \ |