summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDiederik de Groot <ddegroot@talon.nl>2017-04-19 16:12:17 +0200
committerDiederik de Groot <ddegroot@talon.nl>2017-04-19 16:19:32 +0200
commitb258d6e53eb421651ac3fbe9c99e636f0f8cdfc4 (patch)
tree6bb60a13ca81815e2c74fbe7f65193949ff54e4b /Makefile.am
parent5570748dd27e5b1e8c109b80fb31500fcd8f7fad (diff)
Initial addition of dragonflybsd (based on FreeBSD)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 19c9eb47..cdd4fb95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,15 @@ myhtopplatheaders = freebsd/Platform.h freebsd/FreeBSDProcessList.h \
freebsd/FreeBSDProcess.h freebsd/FreeBSDCRT.h freebsd/Battery.h
endif
+if HTOP_DRAGONFLYBSD
+htop_LDFLAGS += -lkvm -lkinfo
+myhtopplatsources = dragonflybsd/Platform.c dragonflybsd/DragonFlyBSDProcessList.c \
+dragonflybsd/DragonFlyBSDProcess.c dragonflybsd/DragonFlyBSDCRT.c dragonflybsd/Battery.c
+
+myhtopplatheaders = dragonflybsd/Platform.h dragonflybsd/DragonFlyBSDProcessList.h \
+dragonflybsd/DragonFlyBSDProcess.h dragonflybsd/DragonFlyBSDCRT.h dragonflybsd/Battery.h
+endif
+
if HTOP_OPENBSD
myhtopplatsources = openbsd/Platform.c openbsd/OpenBSDProcessList.c \
openbsd/OpenBSDProcess.c openbsd/OpenBSDCRT.c openbsd/Battery.c

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