From 80acc62042b7c9e201e8e2139cd89ef19d473afe Mon Sep 17 00:00:00 2001 From: Neel Goyal Date: Fri, 13 Oct 2017 12:22:08 -0700 Subject: [PATCH] Add AsyncSocketException.cpp to build sources Summary: Add AsyncSocketException.cpp to the list of files to build in Makefile.am Reviewed By: knekritz Differential Revision: D6051989 fbshipit-source-id: 72083a609fc994770eca078bfef5a0ed04322bfc --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index d56bd07b..b08d42b0 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -537,6 +537,7 @@ libfolly_la_SOURCES = \ io/async/AsyncServerSocket.cpp \ io/async/AsyncSignalHandler.cpp \ io/async/AsyncSocket.cpp \ + io/async/AsyncSocketException.cpp \ io/async/AsyncSSLSocket.cpp \ io/async/EventBase.cpp \ io/async/EventBaseLocal.cpp \ -- 2.34.1