From 29af783d1148e5e3b8df46b33422d85d2afc7bb5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 21 Aug 2016 21:11:10 +0200 Subject: [PATCH] Makefile: fix make dist The bootstrap script has been removed a while ago, be was still listed to be included in the distribution. This made "make dist" broken. Fix that by de-listing bootstrap. Signed-off-by: "Yann E. MORIN" --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c3bec45..6ce76a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,4 @@ if COND_utils MAYBE_utils = utils endif SUBDIRS = docs libs frontends scripts $(MAYBE_utils) -EXTRA_DIST = bootstrap .version +EXTRA_DIST = .version -- 2.39.2