X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=3993b45fa0254d67e64acbde751c3e1c8ff5fed7;hb=22d531a8fe503001a51672750dc09daae252fbf6;hp=0104510576e767dee1d9cd7d712dacdbba43283c;hpb=d5986bf055513d4ca02b27234afff6a841f9ba00;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index 01045105..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 \ @@ -525,6 +527,7 @@ libfolly_la_SOURCES = \ SharedMutex.cpp \ Shell.cpp \ MicroLock.cpp \ + Optional.cpp \ Singleton.cpp \ SocketAddress.cpp \ SpookyHashV1.cpp \