From 406d4aea4df47c586a97f44525022ef4cfad4cdf Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 23 Sep 2009 14:01:28 +0100 Subject: Include virt tools in EXTRA_DIST. Partially revert b488436cc54288fcae8988493749f2e6c87f274c. It turns out that automake doesn't automatically place bin_SCRIPTS in EXTRA_DIST. --- cat/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cat') diff --git a/cat/Makefile.am b/cat/Makefile.am index c21983d2..6b9a1bbd 100644 --- a/cat/Makefile.am +++ b/cat/Makefile.am @@ -16,7 +16,8 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. EXTRA_DIST = \ - run-cat-locally + run-cat-locally \ + virt-cat if HAVE_CAT -- cgit