mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-16 05:54:34 +03:00
DragonFlyBSD update
- drop unused kinfo includes and link argument - detect kvm library necessity at configure step - fix variable typo
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user