From 084bf7b2ed230813d7c966c7ae8e32d6b489a76f Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Fri, 9 Nov 2007 13:03:22 +0000
Subject: [PATCH] Fix usage of wrong variable in doc/examples/Makefile.am.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This makes β€œmake distcheck” work again.

Reviewed-by: schreiberal
---
 doc/examples/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 77064733a..5ed18ec5a 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,5 +1,5 @@
 EXTRA_DIST = ganeti.initd.in ganeti.cron
-CLEANFILES = $(nodist_bin_SCRIPTS)
+CLEANFILES = $(nodist_EXTRA_DATA)
 
 nodist_EXTRA_DATA = ganeti.initd
 
-- 
GitLab