diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-13 02:07:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-13 02:07:54 +0000 |
commit | 736ea546d9b9ab8ddf1b4017d9d5c3ca41ec6ac3 (patch) | |
tree | 70e0f871d28e27b275552579d15eacf3a78b7432 /lib | |
parent | 461aea548a7fed9e7eadca861537f8ea7f53f2ba (diff) | |
download | coreutils-736ea546d9b9ab8ddf1b4017d9d5c3ca41ec6ac3.tar.xz |
(noinst_HEADERS): Add filemode.h.
Diffstat (limited to 'lib')
-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 34e726581..1f74b40cc 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,7 +18,7 @@ libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h closeout.h \ -error.h exclude.h fnmatch.h fsusage.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 \ 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 \ |