From: Andrii Grynenko Date: Thu, 10 Dec 2015 04:03:34 +0000 (-0800) Subject: Add ReadMostlySharedPtr and TLRefCount to Makefile.am X-Git-Tag: deprecate-dynamic-initializer~194 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=91499a64e87e95ac775edc56320bf74c4ad86626;p=folly.git Add ReadMostlySharedPtr and TLRefCount to Makefile.am Reviewed By: pavlo-fb Differential Revision: D2743230 fb-gh-sync-id: 4a52d1758a43fd103318bbe0913776340eaa6af7 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index c8e1d09c..f40fc12a 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -116,11 +116,13 @@ nobase_follyinclude_HEADERS = \ experimental/LockFreeRingBuffer.h \ experimental/NestedCommandLineApp.h \ experimental/ProgramOptions.h \ + experimental/ReadMostlySharedPtr.h \ experimental/Select64.h \ experimental/StringKeyedCommon.h \ experimental/StringKeyedUnorderedMap.h \ experimental/StringKeyedUnorderedSet.h \ experimental/TestUtil.h \ + experimental/TLRefCount.h \ experimental/TupleOps.h \ SparseByteSet.h \ FBString.h \