Commit ace14bb4 authored by Alan Frindell's avatar Alan Frindell Committed by afrind

Update Makefile.am for AsyncSignalHandler

Summary: facepalm

Test Plan: Built proxygen OSS that depends on this symbol

Reviewed By: davejwatson@fb.com

Subscribers: doug, folly-diffs@, yfeldblum, chalfant

FB internal diff: D1963679

Signature: t1:1963679:1428006035:2c4ceffc046b995431cde2fbcef757fa7ea1ea0b
parent 5de6b458
...@@ -147,6 +147,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -147,6 +147,7 @@ nobase_follyinclude_HEADERS = \
io/async/AsyncUDPServerSocket.h \ io/async/AsyncUDPServerSocket.h \
io/async/AsyncUDPSocket.h \ io/async/AsyncUDPSocket.h \
io/async/AsyncServerSocket.h \ io/async/AsyncServerSocket.h \
io/async/AsyncSignalHandler.h \
io/async/AsyncSocket.h \ io/async/AsyncSocket.h \
io/async/AsyncSocketBase.h \ io/async/AsyncSocketBase.h \
io/async/AsyncSSLSocket.h \ io/async/AsyncSSLSocket.h \
...@@ -327,6 +328,7 @@ libfolly_la_SOURCES = \ ...@@ -327,6 +328,7 @@ libfolly_la_SOURCES = \
io/async/AsyncTimeout.cpp \ io/async/AsyncTimeout.cpp \
io/async/AsyncUDPSocket.cpp \ io/async/AsyncUDPSocket.cpp \
io/async/AsyncServerSocket.cpp \ io/async/AsyncServerSocket.cpp \
io/async/AsyncSignalHandler.cpp \
io/async/AsyncSocket.cpp \ io/async/AsyncSocket.cpp \
io/async/AsyncSSLSocket.cpp \ io/async/AsyncSSLSocket.cpp \
io/async/EventBase.cpp \ io/async/EventBase.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment