Make dynamic noexcept
[folly.git] / folly / Makefile.am
index 037daddda9e96e0053ff4c6b0d17c661e49bcf64..76ad6a30ea02aad1809f2cd16b402b2c1cb1f065 100644 (file)
@@ -130,8 +130,10 @@ nobase_follyinclude_HEADERS = \
        io/TypedIOBuf.h \
        io/ShutdownSocketSet.h \
        io/async/AsyncTimeout.h \
+       io/async/AsyncTransport.h \
        io/async/AsyncServerSocket.h \
        io/async/AsyncSocket.h \
+       io/async/AsyncSocketException.h \
        io/async/DelayedDestruction.h \
        io/async/EventBase.h \
        io/async/EventBaseManager.h \
@@ -199,21 +201,24 @@ nobase_follyinclude_HEADERS = \
        Uri-inl.h \
        Varint.h \
        VersionCheck.h \
+       wangle/Deprecated.h \
        wangle/Executor.h \
        wangle/Future-inl.h \
        wangle/Future.h \
-       wangle/GenericThreadGate.h \
        wangle/InlineExecutor.h \
        wangle/Later-inl.h \
        wangle/Later.h \
        wangle/ManualExecutor.h \
+       wangle/OpaqueCallbackShunt.h \
        wangle/Promise-inl.h \
        wangle/Promise.h \
-       wangle/ThreadGate.h \
+       wangle/QueuedImmediateExecutor.h \
+       wangle/ScheduledExecutor.h \
        wangle/Try-inl.h \
        wangle/Try.h \
        wangle/WangleException.h \
-       wangle/detail/Core.h
+       wangle/detail/Core.h \
+       wangle/detail/FSM.h
 
 FormatTables.cpp: build/generate_format_tables.py
        build/generate_format_tables.py
@@ -282,7 +287,6 @@ libfolly_la_SOURCES = \
        Version.cpp \
        wangle/InlineExecutor.cpp \
        wangle/ManualExecutor.cpp \
-       wangle/ThreadGate.cpp \
        experimental/io/FsUtil.cpp \
        experimental/Singleton.cpp \
        experimental/TestUtil.cpp \