diff options
author | Tom Tromey <tromey@redhat.com> | 1995-12-09 04:18:36 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1995-12-09 04:18:36 +0000 |
commit | 9dffa4f9af2a3c8eece5568e43f66e6f30ce87a1 (patch) | |
tree | 8da3d3dc6ec666045ee4ec88b0928d8efd203d1e /lib | |
parent | ce3caf7ac08c85400299c3f02e60d735464d80b1 (diff) | |
download | automake-9dffa4f9af2a3c8eece5568e43f66e6f30ce87a1.tar.gz |
Check for AC_PROG_MAKE_SET when required
Diffstat (limited to 'lib')
-rw-r--r-- | lib/am/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am index a76be7729..bb92699ca 100644 --- a/lib/am/Makefile.am +++ b/lib/am/Makefile.am @@ -16,6 +16,9 @@ libraries-clean.am scripts-clean.am programs-clean.am data-clean.am DIST_OTHER = automake.in +# Gross. +DIST_SUBDIRS = samples/cpio/*Makefile.am + # The following requires a fixed version of the Emacs 19.30 etags. ETAGS_ARGS = automake.in --lang=none \ --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi |