From 5ca9b8e00266a4a3513143b91b87a616caee8f1c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 23 Feb 2015 00:59:24 -0300 Subject: Work on fixing build of "unsupported" platform --- Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 844e1b32..0f8baaa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,11 +42,13 @@ linux/LinuxProcess.h linux/LinuxProcessList.h linux/LinuxCRT.h linux/Battery.h endif if HTOP_UNSUPPORTED -myhtopplatsources = unsupported/Platform.c unsupported/UnsupportedProcessList.c \ -unsupported/UnsupportedCRT.c +myhtopplatsources = unsupported/Platform.c \ +unsupported/UnsupportedProcess.c unsupported/UnsupportedProcessList.c \ +unsupported/UnsupportedCRT.c unsupported/Battery.c -myhtopplatheaders = unsupported/Platform.h unsupported/UnsupportedProcessList.h \ -unsupported/UnsupportedCRT.h +myhtopplatheaders = unsupported/Platform.h \ +unsupported/UnsupportedProcess.h unsupported/UnsupportedProcessList.h \ +unsupported/UnsupportedCRT.h unsupported/Battery.h endif SUFFIXES = .h -- cgit v1.2.3