X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=folly%2FMakefile.am;h=f03ceda976e310da0125c6fd86392e66caa9cb6f;hb=27249d4447e18aa8de6fbd1f483a346aabdd75da;hp=f5f5a8fc82cc7578c03ca3149cf2b478e8563813;hpb=6b1a43fd0712c15cb98f134bc2d8c89713b24513;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index f5f5a8fc..f03ceda9 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -149,6 +149,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 +273,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 +526,7 @@ libfolly_la_SOURCES = \ SharedMutex.cpp \ Shell.cpp \ MicroLock.cpp \ + Optional.cpp \ Singleton.cpp \ SocketAddress.cpp \ SpookyHashV1.cpp \