From f876c36ac7a4b2290a400140fdc4c99999b1cf88 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 19 Jul 2012 14:35:28 +0200 Subject: [PATCH] Fix uninstall rules for variants/defaults files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This makes "make distcheck" happy again. Signed-off-by: Iustin Pop Reviewed-by: René Nussbaumer --- Makefile.am | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index faa02cd..077fc35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,4 +29,8 @@ install-exec-local: $(INSTALL_DATA) $(top_srcdir)/defaults \ $(defaultsdir)/ganeti-instance-debootstrap +uninstall-local: + rm -f $(variantsdir)/default.conf + rm -f $(defaultsdir)/ganeti-instance-debootstrap + CLEANFILES = common.sh -- 1.7.2.5