diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-02 15:28:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-02 15:28:23 +0000 |
commit | d2b51acd38f1a977fcb5cbce49cdbe5cc31eeb17 (patch) | |
tree | 2d5d122799931c311cac6b87a1e65dedeeff1929 /lib | |
parent | b9a24659107449fea6e6b99c4039d45b0bdead60 (diff) | |
download | coreutils-d2b51acd38f1a977fcb5cbce49cdbe5cc31eeb17.tar.xz |
(EXTRA_DIST): Add config.charset.
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 bc094c852..c568c3f11 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ BUILT_SOURCES = getdate.c lstat.c stat.c MAINTAINERCLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = lstat.c stat.c -EXTRA_DIST = xstat.in +EXTRA_DIST = xstat.in config.charset lstat.c: xstat.in sed \ -e '/@IGNORE@/d' \ |