add EventBase-local storage abstraction
[folly.git] / folly / Makefile.am
index 6509a3a91ca8eecc2d5dfe17ec5eb1e185eea5d2..bf79eee509c836ab6d1a159c42ed6c938b227f8b 100644 (file)
@@ -199,6 +199,7 @@ nobase_follyinclude_HEADERS = \
        io/async/DelayedDestructionBase.h \
        io/async/DelayedDestruction.h \
        io/async/EventBase.h \
+       io/async/EventBaseLocal.h \
        io/async/EventBaseManager.h \
        io/async/EventFDWrapper.h \
        io/async/EventHandler.h \
@@ -340,6 +341,7 @@ libfolly_la_SOURCES = \
        io/async/AsyncSocket.cpp \
        io/async/AsyncSSLSocket.cpp \
        io/async/EventBase.cpp \
+       io/async/EventBaseLocal.cpp \
        io/async/EventBaseManager.cpp \
        io/async/EventHandler.cpp \
        io/async/SSLContext.cpp \