Update Makefile.am for AsyncSignalHandler
[folly.git] / folly / Makefile.am
index edac82ac894eec46356c40084b8660781c330b68..23f5c5ef31743b8d681b2c5c2047c9ca809b0185 100644 (file)
@@ -79,7 +79,7 @@ nobase_follyinclude_HEADERS = \
        experimental/SharedMutex.h \
        experimental/Singleton.h \
        experimental/Singleton-inl.h \
-       experimental/StringKeyedCommon.h
+       experimental/StringKeyedCommon.h \
        experimental/StringKeyedUnorderedMap.h \
        experimental/StringKeyedUnorderedSet.h \
        experimental/TestUtil.h \
@@ -147,7 +147,9 @@ nobase_follyinclude_HEADERS = \
        io/async/AsyncUDPServerSocket.h \
        io/async/AsyncUDPSocket.h \
        io/async/AsyncServerSocket.h \
+       io/async/AsyncSignalHandler.h \
        io/async/AsyncSocket.h \
+       io/async/AsyncSocketBase.h \
        io/async/AsyncSSLSocket.h \
        io/async/AsyncSocketException.h \
        io/async/DelayedDestruction.h \
@@ -161,6 +163,12 @@ nobase_follyinclude_HEADERS = \
        io/async/Request.h \
        io/async/SSLContext.h \
        io/async/TimeoutManager.h \
+       io/async/test/AsyncSSLSocketTest.h \
+       io/async/test/BlockingSocket.h \
+       io/async/test/MockAsyncSocket.h \
+       io/async/test/MockAsyncServerSocket.h \
+       io/async/test/MockAsyncSSLSocket.h \
+       io/async/test/MockAsyncTransport.h \
        io/async/test/TimeUtil.h \
        io/async/test/UndelayedDestruction.h \
        io/async/test/Util.h \
@@ -234,6 +242,7 @@ nobase_follyinclude_HEADERS = \
        wangle/acceptor/TransportInfo.h \
        wangle/bootstrap/ServerBootstrap.h \
        wangle/bootstrap/ServerBootstrap-inl.h \
+       wangle/bootstrap/ServerSocketFactory.h \
        wangle/bootstrap/ClientBootstrap.h \
        wangle/channel/AsyncSocketHandler.h \
        wangle/channel/ChannelHandler.h \
@@ -319,6 +328,7 @@ libfolly_la_SOURCES = \
        io/async/AsyncTimeout.cpp \
        io/async/AsyncUDPSocket.cpp \
        io/async/AsyncServerSocket.cpp \
+       io/async/AsyncSignalHandler.cpp \
        io/async/AsyncSocket.cpp \
        io/async/AsyncSSLSocket.cpp \
        io/async/EventBase.cpp \