From 1638d60d9e50a131a122a53abdf2ce060634c59a Mon Sep 17 00:00:00 2001 From: Pavlo Kushnir Date: Sat, 3 Oct 2015 19:40:46 -0700 Subject: [PATCH] Fix build Summary: title Reviewed By: @yfeldblum Differential Revision: D2506703 --- folly/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/folly/Makefile.am b/folly/Makefile.am index 5f4eef08..4d5ac131 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -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 -- 2.34.1