Commit 1638d60d authored by Pavlo Kushnir's avatar Pavlo Kushnir Committed by facebook-github-bot-1

Fix build

Summary: title

Reviewed By: @yfeldblum

Differential Revision: D2506703
parent 3fcb3e09
......@@ -58,6 +58,8 @@ nobase_follyinclude_HEADERS = \
detail/Malloc.h \
detail/MemoryIdler.h \
detail/MPMCPipelineDetail.h \
detail/RangeCommon.h \
detail/RangeSse42.h \
detail/Sleeper.h \
detail/SlowFingerprint.h \
detail/SpinLockImpl.h \
......@@ -247,8 +249,6 @@ nobase_follyinclude_HEADERS = \
Random.h \
Random-inl.h \
Range.h \
RangeCommon.h \
RangeSse42.h \
ReadMostlySharedPtr.h \
RWSpinLock.h \
ScopeGuard.h \
......@@ -305,12 +305,12 @@ CLEANFILES += GroupVarintTables.cpp
libfollybase_la_SOURCES = \
Conv.cpp \
Demangle.cpp \
detail/RangeCommon.cpp \
detail/RangeSse42.cpp \
EscapeTables.cpp \
Format.cpp \
FormatTables.cpp \
Malloc.cpp \
RangeCommon.cpp \
RangeSse42.cpp \
StringBase.cpp \
String.cpp \
Unicode.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