From 3b6019725defb5b5f516d1abd61906c2398d4bfa Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 5 Feb 2023 02:53:28 +0100 Subject: Implement File Descriptor Meter support for Darwin --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 86b747a0..2a6db44d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -323,6 +323,7 @@ darwin_platform_headers = \ darwin/Platform.h \ darwin/PlatformHelpers.h \ darwin/ProcessField.h \ + generic/fdstat_sysctl.h \ generic/gettime.h \ generic/hostname.h \ generic/openzfs_sysctl.h \ @@ -336,6 +337,7 @@ darwin_platform_sources = \ darwin/PlatformHelpers.c \ darwin/DarwinProcess.c \ darwin/DarwinProcessList.c \ + generic/fdstat_sysctl.c \ generic/gettime.c \ generic/hostname.c \ generic/openzfs_sysctl.c \ -- cgit v1.2.3