summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-03-25 17:24:14 +1100
committerNathan Scott <nathans@redhat.com>2021-06-09 17:09:29 +1000
commit5dfb5242370610dfad09c855925224c587edbfbf (patch)
treec39bdb0e1e8e5e443b96e3e6be7685ad90ff9746 /Makefile.am
parentb424a5b137797ef1b921b7ed1e6ee6521b7b65b0 (diff)
Implement command line and environment handling for pcp htop.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8ae0e1f9..52c42157 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -343,8 +343,7 @@ pcp_platform_headers = \
zfs/ZfsArcStats.h \
zfs/ZfsCompressedArcMeter.h
-if HTOP_PCP
-myhtopplatsources = \
+pcp_platform_sources = \
pcp/PCPProcess.c \
pcp/PCPProcessList.c \
pcp/Platform.c \
@@ -353,7 +352,11 @@ myhtopplatsources = \
zfs/ZfsArcMeter.c \
zfs/ZfsCompressedArcMeter.c
+if HTOP_PCP
+myhtopplatprogram = pcp-htop
myhtopplatheaders = $(pcp_platform_headers)
+myhtopplatsources = $(pcp_platform_sources)
+pcp_htop_SOURCES = $(htop_SOURCES)
endif
# Unsupported

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