summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-12-11 21:31:04 -0300
committerdequis <dx@dxzone.com.ar>2015-12-11 21:31:04 -0300
commit0b1a912f822b21e5c4dfc18436ab5b90f079e19b (patch)
tree5a464015bc772182c3f34cdbd7e457d52a093e0d /Makefile.am
parent4dc2bab4b4ae7ff05220c1121f0f11097f77b265 (diff)
downloadirssi-0b1a912f822b21e5c4dfc18436ab5b90f079e19b.zip
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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