diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-12-12 11:29:40 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-12-12 11:29:40 +0100 |
commit | 18c3ea24b6377c3e1820e8c49c137260dcbbdc6b (patch) | |
tree | c0d9f37619a1896d35a12e1a12f542c55449b105 | |
parent | 40e5dfa7767c7e13ff920dc4b4afb34510765edf (diff) | |
parent | 0b1a912f822b21e5c4dfc18436ab5b90f079e19b (diff) | |
download | irssi-18c3ea24b6377c3e1820e8c49c137260dcbbdc6b.zip |
Merge pull request #380 from dequis/makefile-cleanfiles
Makefile.am: Add default-config.h and default-theme.h to CLEANFILES
-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 |