summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2020-08-25 11:38:14 +0200
committerBert Wesarg <bert.wesarg@googlemail.com>2020-08-25 11:42:16 +0200
commit345d415537af1006fb32ff02743d788e64a32ae8 (patch)
treeea5081077afc14e7f6e1d54db374b42996a13e65 /Makefile.am
parente172282002b52e278636e6594a8d20ad5e140a25 (diff)
Do not include the generated `config.h` header into the package
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0cc47b69..c76306b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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

© 2014-2024 Faster IT GmbH | imprint | privacy policy