diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-31 07:34:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-31 07:34:13 +0000 |
commit | c8ef0d4bbebb210405db07265d8a21bb38bc1a86 (patch) | |
tree | 8b8f6b7074464e02d8cbe17cdec8fa9eadbcdc1e | |
parent | aee944ad9bd46dd938d370a922ea001414339082 (diff) | |
download | coreutils-c8ef0d4bbebb210405db07265d8a21bb38bc1a86.tar.xz |
(libfetish_a_SOURCES): Add full-write.h.
-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 96f5b3b32..e37025f0d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -34,7 +34,7 @@ libfetish_a_SOURCES = \ fnmatch.h \ fopen-safer.c \ fsusage.h \ - full-write.c \ + full-write.c full-write.h \ getline.h \ getpagesize.h \ getstr.c getstr.h \ |