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:
parent
0ad8866d6b
commit
9ebea835dd
@ -65,3 +65,6 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = weechat.pc
|
pkgconfig_DATA = weechat.pc
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
$(RM) config-git.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user