diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-28 21:16:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-28 21:16:19 +0000 |
commit | dbaf821f827af779a0fcbdb92625254abcbacfb2 (patch) | |
tree | 0353b9664e948d81f909747490871262f9e5cf93 | |
parent | b8b5ed3d52945a82e92a366bba252fbcf280e15d (diff) | |
download | coreutils-dbaf821f827af779a0fcbdb92625254abcbacfb2.tar.xz |
(libfetish_a_SOURCES): Add sig2str.h.
-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 bc9235254..fcd29ce52 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -75,6 +75,7 @@ libfetish_a_SOURCES = \ savedir.c savedir.h \ settime.c \ sha.c sha.h \ + sig2str.h \ stdio-safer.h \ stripslash.c \ strverscmp.h \ |