From: Pavlo Kushnir Date: Sun, 4 Oct 2015 02:40:46 +0000 (-0700) Subject: Fix build X-Git-Tag: deprecate-dynamic-initializer~357 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1638d60d9e50a131a122a53abdf2ce060634c59a;p=folly.git Fix build Summary: title Reviewed By: @yfeldblum Differential Revision: D2506703 --- 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