From 59bdbbcce21b59a9659cac143ad663914692a499 Mon Sep 17 00:00:00 2001 From: James Sedgwick Date: Thu, 16 Jul 2015 10:16:45 -0700 Subject: [PATCH] add SocketPair.h/.cpp to Makefile Summary: to unbreak OSS wangle tests build Reviewed By: @bugok Differential Revision: D2240264 --- folly/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index a516449d..1b29351c 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -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 \ -- 2.34.1