Fix/override bad symbol names
[folly.git] / folly / Makefile.am
index 8b58320e2b99744768b65b1a9a3fddda1c7070fb..dde8c28533ba694735a57b6105533aa0ca8ab916 100644 (file)
@@ -132,6 +132,8 @@ nobase_follyinclude_HEADERS = \
        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 \
@@ -141,6 +143,7 @@ nobase_follyinclude_HEADERS = \
        io/async/NotificationQueue.h \
        io/async/HHWheelTimer.h \
        io/async/Request.h \
+       io/async/SSLContext.h \
        io/async/TimeoutManager.h \
        json.h \
        Lazy.h \
@@ -203,7 +206,6 @@ nobase_follyinclude_HEADERS = \
        wangle/Executor.h \
        wangle/Future-inl.h \
        wangle/Future.h \
-       wangle/GenericThreadGate.h \
        wangle/InlineExecutor.h \
        wangle/Later-inl.h \
        wangle/Later.h \
@@ -213,7 +215,6 @@ nobase_follyinclude_HEADERS = \
        wangle/Promise.h \
        wangle/QueuedImmediateExecutor.h \
        wangle/ScheduledExecutor.h \
-       wangle/ThreadGate.h \
        wangle/Try-inl.h \
        wangle/Try.h \
        wangle/WangleException.h \
@@ -264,10 +265,12 @@ libfolly_la_SOURCES = \
        io/ShutdownSocketSet.cpp \
        io/async/AsyncTimeout.cpp \
        io/async/AsyncServerSocket.cpp \
+       io/async/AsyncSocket.cpp \
        io/async/EventBase.cpp \
        io/async/EventBaseManager.cpp \
        io/async/EventHandler.cpp \
        io/async/Request.cpp \
+       io/async/SSLContext.cpp \
        io/async/HHWheelTimer.cpp \
        json.cpp \
        detail/MemoryIdler.cpp \
@@ -286,7 +289,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 \