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.
This commit is contained in:
Sebastien Helleu 2013-01-19 10:50:12 +01:00
parent 0ad8866d6b
commit 9ebea835dd

View File

@ -65,3 +65,6 @@ ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = weechat.pc
clean-local:
$(RM) config-git.h