From cccde53ecdbfd7b9b328775eb3c814f95b1bb93a Mon Sep 17 00:00:00 2001 From: Alexey Spiridonov Date: Tue, 15 Aug 2017 10:52:45 -0700 Subject: [PATCH] try to fix folly, wangle, etc open-source build Summary: add missing source files to Makefile Reviewed By: andriigrynenko Differential Revision: D5630758 fbshipit-source-id: 0f04c11b65fd3a6f4f33e34ae57c0fcba8671e97 --- folly/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/folly/Makefile.am b/folly/Makefile.am index e629366f..0d094035 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -223,6 +223,7 @@ nobase_follyinclude_HEADERS = \ gen/ParallelMap-inl.h \ gen/String.h \ gen/String-inl.h \ + GlobalThreadPoolList.h \ GroupVarint.h \ Hash.h \ IPAddress.h \ @@ -466,7 +467,10 @@ libfolly_la_SOURCES = \ Checksum.cpp \ ClockGettimeWrappers.cpp \ concurrency/CacheLocality.cpp \ + detail/Futex.cpp \ detail/IPAddress.cpp \ + detail/StaticSingletonManager.cpp \ + detail/ThreadLocalDetail.cpp \ dynamic.cpp \ ExceptionWrapper.cpp \ Executor.cpp \ @@ -480,13 +484,11 @@ libfolly_la_SOURCES = \ futures/QueuedImmediateExecutor.cpp \ futures/ThreadWheelTimekeeper.cpp \ futures/test/TestExecutor.cpp \ - detail/Futex.cpp \ - detail/StaticSingletonManager.cpp \ - detail/ThreadLocalDetail.cpp \ - hash/SpookyHashV1.cpp \ - hash/SpookyHashV2.cpp \ + GlobalThreadPoolList.cpp \ GroupVarint.cpp \ GroupVarintTables.cpp \ + hash/SpookyHashV1.cpp \ + hash/SpookyHashV2.cpp \ IPAddress.cpp \ IPAddressV4.cpp \ IPAddressV6.cpp \ -- 2.34.1