From 0b1a912f822b21e5c4dfc18436ab5b90f079e19b Mon Sep 17 00:00:00 2001 From: dequis Date: Fri, 11 Dec 2015 21:31:04 -0300 Subject: [PATCH] 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 6ca69fc7..75d502f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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