support IndexedMemPool for types without default constructor
[folly.git] / folly / Makefile.am
index ce7f1e5015e9e562223c3a7a0c48bd550e036c39..ffbf0dc9ec9a0866a10bea49c0b03ab630a1de0d 100644 (file)
@@ -68,12 +68,15 @@ nobase_follyinclude_HEADERS = \
        ExceptionWrapper.h \
        Executor.h \
        EvictingCacheMap.h \
+       experimental/AutoTimer.h \
        experimental/Bits.h \
        experimental/EliasFanoCoding.h \
        experimental/EventCount.h \
        experimental/io/FsUtil.h \
        experimental/Singleton.h \
+       experimental/Singleton-inl.h \
        experimental/TestUtil.h \
+       experimental/Select64.h \
        FBString.h \
        FBVector.h \
        File.h \
@@ -85,6 +88,7 @@ nobase_follyinclude_HEADERS = \
        Format.h \
        Format-inl.h \
        futures/Deprecated.h \
+       futures/DrivableExecutor.h \
        futures/Future-inl.h \
        futures/Future.h \
        futures/FutureException.h \
@@ -137,7 +141,6 @@ nobase_follyinclude_HEADERS = \
        io/async/AsyncUDPServerSocket.h \
        io/async/AsyncUDPSocket.h \
        io/async/AsyncServerSocket.h \
-       io/async/AsyncSSLServerSocket.h \
        io/async/AsyncSocket.h \
        io/async/AsyncSSLSocket.h \
        io/async/AsyncSocketException.h \
@@ -223,6 +226,9 @@ nobase_follyinclude_HEADERS = \
        wangle/acceptor/ServerSocketConfig.h \
        wangle/acceptor/SocketOptions.h \
        wangle/acceptor/TransportInfo.h \
+       wangle/bootstrap/ServerBootstrap.h \
+       wangle/bootstrap/ServerBootstrap-inl.h \
+       wangle/bootstrap/ClientBootstrap.h \
        wangle/channel/AsyncSocketHandler.h \
        wangle/channel/ChannelHandler.h \
        wangle/channel/ChannelHandlerContext.h \
@@ -307,7 +313,6 @@ libfolly_la_SOURCES = \
        io/async/AsyncTimeout.cpp \
        io/async/AsyncUDPSocket.cpp \
        io/async/AsyncServerSocket.cpp \
-       io/async/AsyncSSLServerSocket.cpp \
        io/async/AsyncSocket.cpp \
        io/async/AsyncSSLSocket.cpp \
        io/async/EventBase.cpp \
@@ -335,12 +340,14 @@ libfolly_la_SOURCES = \
        experimental/io/FsUtil.cpp \
        experimental/Singleton.cpp \
        experimental/TestUtil.cpp \
+       experimental/Select64.cpp \
        wangle/acceptor/Acceptor.cpp \
        wangle/acceptor/ConnectionManager.cpp \
        wangle/acceptor/LoadShedConfiguration.cpp \
        wangle/acceptor/ManagedConnection.cpp \
        wangle/acceptor/SocketOptions.cpp \
        wangle/acceptor/TransportInfo.cpp \
+       wangle/bootstrap/ServerBootstrap.cpp \
        wangle/concurrent/CPUThreadPoolExecutor.cpp \
        wangle/concurrent/Codel.cpp \
        wangle/concurrent/IOThreadPoolExecutor.cpp \