From: Jim Meyering Date: Mon, 20 Jan 2003 16:28:34 +0000 (+0000) Subject: (libfetish_a_SOURCES): Use ftw_.h here, too. X-Git-Tag: v4.5.5~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538f8ebc40765827a713399de0f343922a14bdc8;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Use ftw_.h here, too. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 600f018365..fdd2f60656 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -62,7 +62,7 @@ libfetish_a_SOURCES = \ fnmatch_.h \ fopen-safer.c \ fsusage.h \ - ftw.h \ + ftw_.h \ full-read.c full-read.h \ full-write.c full-write.h \ getline.h \ @@ -102,6 +102,7 @@ libfetish_a_SOURCES = \ same.c same.h \ save-cwd.c save-cwd.h \ savedir.c savedir.h \ + search.h \ settime.c \ sha.c sha.h \ sig2str.h \