add SocketPair.h/.cpp to Makefile
authorJames Sedgwick <jsedgwick@fb.com>
Thu, 16 Jul 2015 17:16:45 +0000 (10:16 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 20 Jul 2015 19:26:30 +0000 (12:26 -0700)
Summary: to unbreak OSS wangle tests build

Reviewed By: @bugok

Differential Revision: D2240264

folly/Makefile.am

index a516449d5e7d33ce58af6fe4b3e1a0b437de5571..1b29351c5f71ddccd1dda6c2689cd663839e1d45 100644 (file)
@@ -213,6 +213,7 @@ nobase_follyinclude_HEADERS = \
        io/async/test/MockAsyncServerSocket.h \
        io/async/test/MockAsyncSSLSocket.h \
        io/async/test/MockAsyncTransport.h \
+       io/async/test/SocketPair.h \
        io/async/test/TimeUtil.h \
        io/async/test/UndelayedDestruction.h \
        io/async/test/Util.h \
@@ -342,6 +343,7 @@ libfolly_la_SOURCES = \
        io/async/SSLContext.cpp \
        io/async/ScopedEventBaseThread.cpp \
        io/async/HHWheelTimer.cpp \
+       io/async/test/SocketPair.cpp \
        io/async/test/TimeUtil.cpp \
        json.cpp \
        detail/MemoryIdler.cpp \