mirror of https://github.com/xzeldon/htop.git
Do not include the generated `config.h` header into the package
This commit is contained in:
parent
e172282002
commit
345d415537
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue