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 = \
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 \
......
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