diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-26 02:20:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-26 02:20:32 +0000 |
commit | bf3f82daa0fdedacda08fa4ebb0452f223587539 (patch) | |
tree | e8810781387dddc2b06d53e959d2bda3f99f03ff | |
parent | f399320c401093c9007ce8604c05b59526815d53 (diff) | |
download | coreutils-bf3f82daa0fdedacda08fa4ebb0452f223587539.tar.xz |
(noinst_HEADERS): Add xalloc.h.
-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 2340ef61a..8a240d399 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -19,6 +19,6 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \ getdate.h getline.h getopt.h group-member.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ -save-cwd.h savedir.h xstrtol.h xstrtoul.h strverscmp.h +save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h BUILT_SOURCES = getdate.c posixtm.c |