summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-27 19:33:37 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-27 19:33:37 -0200
commita9f05c2a8bc259a6da0be4004d28c75a9cfe7838 (patch)
treecc3d3d67eaae42e230d1c6c459d76b30b7d70031 /Makefile.am
parent79662291fa9b81984032d3389e6b0d0b20efb704 (diff)
Uptime meter for FreeBSD.
This will produce too much replicated code. I think I'll use a lighter abstraction in things like this.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c651036b..60d50982 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,10 +45,12 @@ endif
if HTOP_FREEBSD
myhtopplatsources = freebsd/Platform.c freebsd/FreeBSDProcessList.c \
-freebsd/FreeBSDCRT.c
+freebsd/FreeBSDCRT.c \
+freebsd/UptimeMeter.c
myhtopplatheaders = freebsd/Platform.h freebsd/FreeBSDProcessList.h \
-freebsd/FreeBSDCRT.h
+freebsd/FreeBSDCRT.h \
+freebsd/UptimeMeter.h
endif
if HTOP_UNSUPPORTED

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