Do not include the generated `config.h` header into the package

This commit is contained in:
Bert Wesarg 2020-08-25 11:38:14 +02:00
parent e172282002
commit 345d415537
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ endif
SUFFIXES = .h
BUILT_SOURCES = $(myhtopheaders) $(myhtopplatheaders)
htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) config.h
htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources)
nodist_htop_SOURCES = config.h
.PHONY: htop-headers clean-htop-headers