mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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:
parent
4dc2bab4b4
commit
0b1a912f82
@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|||||||
|
|
||||||
# create default-config.h
|
# create default-config.h
|
||||||
BUILT_SOURCES = default-config.h default-theme.h irssi-version.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
|
@MAINTAINER_MODE_TRUE@.PHONY: irssi-version.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user