X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=3993b45fa0254d67e64acbde751c3e1c8ff5fed7;hb=22d531a8fe503001a51672750dc09daae252fbf6;hp=f5f5a8fc82cc7578c03ca3149cf2b478e8563813;hpb=6b1a43fd0712c15cb98f134bc2d8c89713b24513;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index f5f5a8fc..3993b45f 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -58,6 +58,7 @@ nobase_follyinclude_HEADERS = \ CppAttributes.h \ CpuId.h \ CPortability.h \ + concurrency/CoreCachedSharedPtr.h \ detail/AtomicHashUtils.h \ detail/AtomicUnorderedMapUtils.h \ detail/AtomicUtils.h \ @@ -149,6 +150,7 @@ nobase_follyinclude_HEADERS = \ experimental/symbolizer/StackTrace.h \ experimental/symbolizer/Symbolizer.h \ experimental/Select64.h \ + experimental/StampedPtr.h \ experimental/StringKeyedCommon.h \ experimental/StringKeyedMap.h \ experimental/StringKeyedSet.h \ @@ -272,6 +274,7 @@ nobase_follyinclude_HEADERS = \ io/async/test/TimeUtil.h \ io/async/test/UndelayedDestruction.h \ io/async/test/Util.h \ + Iterator.h \ json.h \ Lazy.h \ LifoSem.h \ @@ -524,6 +527,7 @@ libfolly_la_SOURCES = \ SharedMutex.cpp \ Shell.cpp \ MicroLock.cpp \ + Optional.cpp \ Singleton.cpp \ SocketAddress.cpp \ SpookyHashV1.cpp \