summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-27 16:27:34 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-27 16:27:34 -0200
commit8915b293957ccaad902c190e9e2aca27eb6f8180 (patch)
treefc39def5711d6529035048185fccdb3a9679e926 /Makefile.am
parenta75161f8628d04a77bb85ff68a25aa0985b9e15d (diff)
Beginnings of FreeBSD 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 d3b68662..10dcb395 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,14 @@ myhtopplatheaders = linux/Platform.h linux/IOPriorityPanel.h linux/IOPriority.h
linux/LinuxProcess.h linux/LinuxProcessList.h linux/LinuxCRT.h
endif
+if HTOP_FREEBSD
+myhtopplatsources = freebsd/Platform.c freebsd/FreeBSDProcessList.c \
+freebsd/FreeBSDCRT.c
+
+myhtopplatheaders = freebsd/Platform.h freebsd/FreeBSDProcessList.h \
+freebsd/FreeBSDCRT.h
+endif
+
if HTOP_UNSUPPORTED
myhtopplatsources = unsupported/Platform.c unsupported/UnsupportedProcessList.c \
unsupported/UnsupportedCRT.c

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