diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-16 23:26:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-16 23:26:50 +0000 |
commit | 01c3ff5a1ebef18513a1cbd89a8082f3dadfb7fe (patch) | |
tree | b8ee6834224627479ecd1d9e14b1171f4631a9d5 /lib/Makefile.am | |
parent | 1b03d98f62ee23b2d4226b9b68855c75e342a3b0 (diff) | |
download | coreutils-01c3ff5a1ebef18513a1cbd89a8082f3dadfb7fe.tar.xz |
(noinst_HEADERS): Add lchown.h.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 724720cda..34e726581 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -19,7 +19,7 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h closeout.h \ error.h exclude.h fnmatch.h fsusage.h \ -getdate.h getline.h getopt.h group-member.h human.h long-options.h \ +getdate.h getline.h getopt.h group-member.h human.h lchown.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ xalloc.h xstrtol.h xstrtoul.h |