diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-15 16:16:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-15 16:16:24 +0000 |
commit | 9ea7513f11aeebfe6dfe5fe683de27ec2c4d4ac3 (patch) | |
tree | a833f9ff48c60f760fcaf596f93636699c9a1820 /lib | |
parent | e7328f4f56c3aaed275de769d3703c6a9ee25567 (diff) | |
download | coreutils-9ea7513f11aeebfe6dfe5fe683de27ec2c4d4ac3.tar.xz |
(noinst_HEADERS): Add getpagesize.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 a0101d47a..62a915036 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 \ |