From: James Sedgwick Date: Thu, 16 Jul 2015 17:16:45 +0000 (-0700) Subject: add SocketPair.h/.cpp to Makefile X-Git-Tag: v0.51.0~7 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=59bdbbcce21b59a9659cac143ad663914692a499;p=folly.git add SocketPair.h/.cpp to Makefile Summary: to unbreak OSS wangle tests build Reviewed By: @bugok Differential Revision: D2240264 --- 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 \