summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-02-23 00:59:24 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-02-23 00:59:24 -0300
commit5ca9b8e00266a4a3513143b91b87a616caee8f1c (patch)
treefdcdf2c11a0da061a7a09ccfa86ecfd9206f518f /Makefile.am
parent6f868b00c02ef241216e7b95e0a09c38760c2f16 (diff)
Work on fixing build of "unsupported" platform
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 6 insertions, 4 deletions
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

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