Commit cccde53e authored by Alexey Spiridonov's avatar Alexey Spiridonov Committed by Facebook Github Bot

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
parent b32c4feb
...@@ -223,6 +223,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -223,6 +223,7 @@ nobase_follyinclude_HEADERS = \
gen/ParallelMap-inl.h \ gen/ParallelMap-inl.h \
gen/String.h \ gen/String.h \
gen/String-inl.h \ gen/String-inl.h \
GlobalThreadPoolList.h \
GroupVarint.h \ GroupVarint.h \
Hash.h \ Hash.h \
IPAddress.h \ IPAddress.h \
...@@ -466,7 +467,10 @@ libfolly_la_SOURCES = \ ...@@ -466,7 +467,10 @@ libfolly_la_SOURCES = \
Checksum.cpp \ Checksum.cpp \
ClockGettimeWrappers.cpp \ ClockGettimeWrappers.cpp \
concurrency/CacheLocality.cpp \ concurrency/CacheLocality.cpp \
detail/Futex.cpp \
detail/IPAddress.cpp \ detail/IPAddress.cpp \
detail/StaticSingletonManager.cpp \
detail/ThreadLocalDetail.cpp \
dynamic.cpp \ dynamic.cpp \
ExceptionWrapper.cpp \ ExceptionWrapper.cpp \
Executor.cpp \ Executor.cpp \
...@@ -480,13 +484,11 @@ libfolly_la_SOURCES = \ ...@@ -480,13 +484,11 @@ libfolly_la_SOURCES = \
futures/QueuedImmediateExecutor.cpp \ futures/QueuedImmediateExecutor.cpp \
futures/ThreadWheelTimekeeper.cpp \ futures/ThreadWheelTimekeeper.cpp \
futures/test/TestExecutor.cpp \ futures/test/TestExecutor.cpp \
detail/Futex.cpp \ GlobalThreadPoolList.cpp \
detail/StaticSingletonManager.cpp \
detail/ThreadLocalDetail.cpp \
hash/SpookyHashV1.cpp \
hash/SpookyHashV2.cpp \
GroupVarint.cpp \ GroupVarint.cpp \
GroupVarintTables.cpp \ GroupVarintTables.cpp \
hash/SpookyHashV1.cpp \
hash/SpookyHashV2.cpp \
IPAddress.cpp \ IPAddress.cpp \
IPAddressV4.cpp \ IPAddressV4.cpp \
IPAddressV6.cpp \ IPAddressV6.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment