diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-12 16:47:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-12 16:47:20 +0000 |
commit | d3b1d606c54e409f538d7448e61ce5cccc069307 (patch) | |
tree | cf51369969da726ae52529337a63fa9f175af2f8 /lib | |
parent | b121bd6e31f2e110f974e47687833f2299778758 (diff) | |
download | coreutils-d3b1d606c54e409f538d7448e61ce5cccc069307.tar.xz |
(libfetish_a_SOURCES): Add ftw.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 d79076f94..600f01836 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -62,6 +62,7 @@ libfetish_a_SOURCES = \ fnmatch_.h \ fopen-safer.c \ fsusage.h \ + ftw.h \ full-read.c full-read.h \ full-write.c full-write.h \ getline.h \ |