diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-26 12:04:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-26 12:04:01 +0000 |
commit | 2c45ec88707be7cd9dc7031673656007db50ff61 (patch) | |
tree | e7fac3d29d6b932e8cea36b2d5024071ede59ae7 /lib | |
parent | b0a76138e824101e8cd78f9101d426db651231ce (diff) | |
download | coreutils-2c45ec88707be7cd9dc7031673656007db50ff61.tar.xz |
(noinst_HEADERS): Add __fpending.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0559620b1..dcb472b1f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -24,7 +24,8 @@ libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD) noinst_HEADERS = \ argmatch.h backupfile.h bumpalloc.h closeout.h diacrit.h dirname.h error.h \ - exclude.h filemode.h fnmatch.h fsusage.h getdate.h getline.h getopt.h \ + exclude.h filemode.h fnmatch.h __fpending.h fsusage.h \ + getdate.h getline.h getopt.h \ getstr.h getpagesize.h group-member.h hard-locale.h hash.h human.h lchown.h \ linebuffer.h long-options.h mbswidth.h md5.h memcasecmp.h memcoll.h \ makepath.h mbswidth.h modechange.h mountlist.h nanosleep.h obstack.h \ |