diff options
author | Jim Meyering <jim@meyering.net> | 2002-08-03 16:49:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-08-03 16:49:20 +0000 |
commit | 12107c3302371ac7500cb84fdd242acacd5daa33 (patch) | |
tree | 2ba0af0d36e40870b7821adf5333abae32383b83 | |
parent | cd93525ee823026f8ac6ca708b314e1557bda463 (diff) | |
download | coreutils-12107c3302371ac7500cb84fdd242acacd5daa33.tar.xz |
(SUBDIRS): Add old.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e86b131a3..9b91cfe36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- -SUBDIRS = lib src doc man m4 po tests +SUBDIRS = lib src doc man m4 po tests old EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ .kludge-stamp .prev-version |