1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

Makefile.am: Add default-config.h and default-theme.h to CLEANFILES

Fixes issues when building from other directories when the source tree
was already configured before, as found in the comments of PR #375
This commit is contained in:
dequis 2015-12-11 21:31:04 -03:00
parent 4dc2bab4b4
commit 0b1a912f82

View File

@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
# create default-config.h
BUILT_SOURCES = default-config.h default-theme.h irssi-version.h
CLEANFILES = default-config.h default-theme.h
@MAINTAINER_MODE_TRUE@.PHONY: irssi-version.h