diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-11 21:31:04 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-11 21:31:04 -0300 |
commit | 0b1a912f822b21e5c4dfc18436ab5b90f079e19b (patch) | |
tree | 5a464015bc772182c3f34cdbd7e457d52a093e0d | |
parent | 4dc2bab4b4ae7ff05220c1121f0f11097f77b265 (diff) | |
download | irssi-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
-rw-r--r-- | Makefile.am | 1 |
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 |