Fix mcrouter opensource build
authorPavlo Kushnir <pavlo@fb.com>
Fri, 17 Oct 2014 18:04:46 +0000 (11:04 -0700)
committerdcsommer <dcsommer@fb.com>
Fri, 17 Oct 2014 18:45:28 +0000 (11:45 -0700)
Summary: mcrouter now uses folly::Singleton.

Test Plan: visual

Reviewed By: andrii@fb.com

Subscribers: njormrod

FB internal diff: D1622647

folly/Makefile.am

index a2f4b72229d1a26ea1e0548a8ff0ff280d546b24..701f3df9331200fa179e1b475f917417f93d9c09 100644 (file)
@@ -70,6 +70,7 @@ nobase_follyinclude_HEADERS = \
        experimental/EliasFanoCoding.h \
        experimental/EventCount.h \
        experimental/io/FsUtil.h \
        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 \
        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 \
        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 \
        experimental/TestUtil.cpp \
        experimental/wangle/concurrent/Codel.cpp \
        experimental/wangle/ConnectionManager.cpp \