Commit 59bdbbcc authored by James Sedgwick's avatar James Sedgwick Committed by Sara Golemon

add SocketPair.h/.cpp to Makefile

Summary: to unbreak OSS wangle tests build

Reviewed By: @bugok

Differential Revision: D2240264
parent 83312f92
...@@ -213,6 +213,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -213,6 +213,7 @@ nobase_follyinclude_HEADERS = \
io/async/test/MockAsyncServerSocket.h \ io/async/test/MockAsyncServerSocket.h \
io/async/test/MockAsyncSSLSocket.h \ io/async/test/MockAsyncSSLSocket.h \
io/async/test/MockAsyncTransport.h \ io/async/test/MockAsyncTransport.h \
io/async/test/SocketPair.h \
io/async/test/TimeUtil.h \ io/async/test/TimeUtil.h \
io/async/test/UndelayedDestruction.h \ io/async/test/UndelayedDestruction.h \
io/async/test/Util.h \ io/async/test/Util.h \
...@@ -342,6 +343,7 @@ libfolly_la_SOURCES = \ ...@@ -342,6 +343,7 @@ libfolly_la_SOURCES = \
io/async/SSLContext.cpp \ io/async/SSLContext.cpp \
io/async/ScopedEventBaseThread.cpp \ io/async/ScopedEventBaseThread.cpp \
io/async/HHWheelTimer.cpp \ io/async/HHWheelTimer.cpp \
io/async/test/SocketPair.cpp \
io/async/test/TimeUtil.cpp \ io/async/test/TimeUtil.cpp \
json.cpp \ json.cpp \
detail/MemoryIdler.cpp \ detail/MemoryIdler.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment