From d4a2587568aa3d1fc1aa6a89bbe6e7797c72521e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 8 Apr 2021 10:13:43 +1000 Subject: Add time handling interfaces for the pcp platform Related to https://github.com/htop-dev/htop/pull/574 --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 52c42157..ca687d4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,6 @@ myhtopsources = \ Hashtable.c \ Header.c \ HostnameMeter.c \ - htop.c \ IncSet.c \ InfoScreen.c \ ListItem.c \ @@ -356,7 +355,7 @@ if HTOP_PCP myhtopplatprogram = pcp-htop myhtopplatheaders = $(pcp_platform_headers) myhtopplatsources = $(pcp_platform_sources) -pcp_htop_SOURCES = $(htop_SOURCES) +pcp_htop_SOURCES = $(myhtopplatprogram).c $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) endif # Unsupported @@ -384,7 +383,7 @@ endif # ---- bin_PROGRAMS = $(myhtopplatprogram) -htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) +htop_SOURCES = $(myhtopplatprogram).c $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) nodist_htop_SOURCES = config.h target: -- cgit v1.2.3