summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-20 18:21:25 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-12-20 18:22:41 +0100
commit8db8b9edacdc4118adfcf0e1982ad5047db9b7c2 (patch)
tree8566cdc441bd1d22495ab91df6ed97dfe0b3d56b /Makefile.am
parent4a73e803389abf92018252411ebbb2f2d1661aab (diff)
DragonFlyBSD update
- drop unused kinfo includes and link argument - detect kvm library necessity at configure step - fix variable typo
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 80527829..fe70eef1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -192,9 +192,10 @@ dragonflybsd_platform_headers = \
dragonflybsd/ProcessField.h
if HTOP_DRAGONFLYBSD
-AM_LDFLAGS += -lkvm -lkinfo
-myhtopplatsources = dragonflybsd/Platform.c dragonflybsd/DragonFlyBSDProcessList.c \
-dragonflybsd/DragonFlyBSDProcess.c
+myhtopplatsources = \
+ dragonflybsd/Platform.c \
+ dragonflybsd/DragonFlyBSDProcessList.c \
+ dragonflybsd/DragonFlyBSDProcess.c
myhtopplatheaders = $(dragonflybsd_platform_headers)
endif

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