changeset 1569:eb38fa27404e

(EXTRA_DIST): Add xstat.in.
author Jim Meyering <jim@meyering.net>
date Sun, 13 Dec 1998 17:19:51 +0000
parents 140aa0bd49ee
children 0a751006ca02
files lib/Makefile.am
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -26,6 +26,7 @@
 
 BUILT_SOURCES = getdate.c lstat.c stat.c
 
+EXTRA_DIST = xstat.in
 lstat.c: xstat.in
 	sed -e '/@IGNORE@/d' -e 's/@xstat@/lstat/g' $(srcdir)/xstat.in > $@-t
 	mv $@-t $@