summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-15 16:16:24 +0000
committerJim Meyering <jim@meyering.net>1999-07-15 16:16:24 +0000
commit0a0f359815e5ac33364088a1c397cae458b77abd (patch)
treef237f84b64e8459dfb64264d54322abca94ae523
parent3dba1682f1b6f9a19fc9df51cae3ea9c3c273951 (diff)
downloadgnulib-0a0f359815e5ac33364088a1c397cae458b77abd.tar.gz
(noinst_HEADERS): Add getpagesize.h.
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a0101d47af..62a915036b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -20,7 +20,8 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
noinst_HEADERS = argmatch.h backupfile.h closeout.h \
dirname.h error.h exclude.h filemode.h fnmatch.h fsusage.h \
-getdate.h getline.h getopt.h group-member.h human.h lchown.h long-options.h \
+getdate.h getline.h getopt.h getpagesize.h \
+group-member.h human.h lchown.h long-options.h \
makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
posixtm.h quotearg.h regex.h safe-read.h same.h save-cwd.h \
savedir.h strverscmp.h \