From dadcb87ad0a72555c4797a0eeaafb3236bf50295 Mon Sep 17 00:00:00 2001 From: Alexander Momchilov Date: Sun, 22 Aug 2021 12:30:08 -0400 Subject: Extract Darwin "PlatformHelpers" --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4d40fdbc..7ed500ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -307,6 +307,7 @@ darwin_platform_headers = \ darwin/DarwinProcess.h \ darwin/DarwinProcessList.h \ darwin/Platform.h \ + darwin/PlatformHelpers.h \ darwin/ProcessField.h \ generic/gettime.h \ generic/hostname.h \ @@ -318,6 +319,7 @@ darwin_platform_headers = \ darwin_platform_sources = \ darwin/Platform.c \ + darwin/PlatformHelpers.c \ darwin/DarwinProcess.c \ darwin/DarwinProcessList.c \ generic/gettime.c \ -- cgit v1.2.3