From eeffd525878c66cc4cb4c7401360c4a03cc606aa Mon Sep 17 00:00:00 2001 From: Pavlo Kushnir Date: Fri, 17 Oct 2014 11:04:46 -0700 Subject: [PATCH] Fix mcrouter opensource build Summary: mcrouter now uses folly::Singleton. Test Plan: visual Reviewed By: andrii@fb.com Subscribers: njormrod FB internal diff: D1622647 --- folly/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.34.1