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