projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4abb5a3
)
Add AsyncSocketException.cpp to build sources
author
Neel Goyal
<ngoyal@fb.com>
Fri, 13 Oct 2017 19:22:08 +0000
(12:22 -0700)
committer
Facebook Github Bot
<facebook-github-bot@users.noreply.github.com>
Fri, 13 Oct 2017 19:36:42 +0000
(12:36 -0700)
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
patch
|
blob
|
history
diff --git
a/folly/Makefile.am
b/folly/Makefile.am
index d56bd07b310d3ceca72c8f6ff641ac5a92f610a5..b08d42b05985d90ac9ea0ca5c1238b30553f5fc0 100644
(file)
--- 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 \