diff options
author | Jim Meyering <jim@meyering.net> | 2002-11-06 11:37:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-11-06 11:37:11 +0000 |
commit | a6bc63bae05ff0bde41d53cd7828796322e63a03 (patch) | |
tree | d8b9f1238883d5e2b8def2462fe9e677cb2ecc34 | |
parent | 106c3bf36492270c96401793a1e75b9e071b84d1 (diff) | |
download | coreutils-a6bc63bae05ff0bde41d53cd7828796322e63a03.tar.xz |
(EXTRA_DIST): Add inttostr.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 c621387bc..723aea01e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -114,7 +114,7 @@ MAINTAINERCLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = lstat.c stat.c unlocked-io.h EXTRA_DIST = xstat.in config.charset ref-add.sin ref-del.sin gen-uio \ - fnmatch_loop.c inttostr.c + fnmatch_loop.c inttostr.c inttostr.h lstat.c: xstat.in sed \ |