From: Alecs King Date: Thu, 1 Oct 2015 19:19:18 +0000 (-0700) Subject: fix build X-Git-Tag: deprecate-dynamic-initializer~365 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=68b39c3094ded827c970b12019ceebac5f425eaa;p=folly.git fix build Summary: fix typo jenkins and oss build (e.g. travis) failing. Reviewed By: @pavlo-fb Differential Revision: D2499462 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 25e6db47..5a6ae501 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -247,7 +247,7 @@ nobase_follyinclude_HEADERS = \ Random.h \ Random-inl.h \ Range.h \ - ReadMostlyAtomicSharedPtr.h \ + ReadMostlySharedPtr.h \ RWSpinLock.h \ ScopeGuard.h \ SharedMutex.h \