From: Pavlo Kushnir Date: Fri, 17 Oct 2014 18:04:46 +0000 (-0700) Subject: Fix mcrouter opensource build X-Git-Tag: v0.22.0~263 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=eeffd525878c66cc4cb4c7401360c4a03cc606aa Fix mcrouter opensource build Summary: mcrouter now uses folly::Singleton. Test Plan: visual Reviewed By: andrii@fb.com Subscribers: njormrod FB internal diff: D1622647 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index a2f4b722..701f3df9 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -70,6 +70,7 @@ nobase_follyinclude_HEADERS = \ experimental/EliasFanoCoding.h \ experimental/EventCount.h \ experimental/io/FsUtil.h \ + experimental/Singleton.h \ experimental/TestUtil.h \ experimental/wangle/concurrent/Codel.h \ experimental/wangle/ConnectionManager.h \ @@ -265,6 +266,7 @@ libfolly_la_SOURCES = \ wangle/ManualExecutor.cpp \ wangle/ThreadGate.cpp \ experimental/io/FsUtil.cpp \ + experimental/Singleton.cpp \ experimental/TestUtil.cpp \ experimental/wangle/concurrent/Codel.cpp \ experimental/wangle/ConnectionManager.cpp \