From 9ebea835dd916f97d00dae2abf209f8d491ffe01 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 19 Jan 2013 10:50:12 +0100 Subject: [PATCH] core: add rule to clean file config-git.h The "make distcheck" was failing because the file config-git.h was left in build directory after distclean. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index da7bd5618..b8ea93620 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,3 +65,6 @@ ACLOCAL_AMFLAGS = -I m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = weechat.pc + +clean-local: + $(RM) config-git.h