summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael McConville <mmcconville ~a~ mykolab ~d~ com>2015-09-18 00:46:48 -0400
committerMichael McConville <mmcconville ~a~ mykolab ~d~ com>2015-09-18 00:46:48 -0400
commita9a5a539cf59cb81d2a3da610b0d1ff56c1247cc (patch)
treeb7ae88ed9c6b4a23d1a3ae79450fb6ea266136e7 /Makefile.am
parent445222e48c380bbb5d209a82f9614187bc751b41 (diff)
(Very) initial working OpenBSD port
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8fa38197..b54b9a91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,14 @@ myhtopplatheaders = freebsd/Platform.h freebsd/FreeBSDProcessList.h \
freebsd/FreeBSDProcess.h freebsd/FreeBSDCRT.h freebsd/Battery.h
endif
+if HTOP_OPENBSD
+myhtopplatsources = openbsd/Platform.c openbsd/OpenBSDProcessList.c \
+openbsd/OpenBSDProcess.c openbsd/OpenBSDCRT.c openbsd/Battery.c
+
+myhtopplatheaders = openbsd/Platform.h openbsd/OpenBSDProcessList.h \
+openbsd/OpenBSDProcess.h openbsd/OpenBSDCRT.h openbsd/Battery.h
+endif
+
if HTOP_DARWIN
htop_LDFLAGS += -framework IOKit -framework CoreFoundation
myhtopplatsources = darwin/Platform.c darwin/DarwinProcess.c \

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