From: Alan Frindell Date: Thu, 2 Apr 2015 20:36:51 +0000 (-0700) Subject: Update Makefile.am for AsyncSignalHandler X-Git-Tag: v0.34.0~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ace14bb4deb207784586d7257c4928831504ab5a;p=folly.git 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 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index d37cb9b1..23f5c5ef 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -147,6 +147,7 @@ nobase_follyinclude_HEADERS = \ io/async/AsyncUDPServerSocket.h \ io/async/AsyncUDPSocket.h \ io/async/AsyncServerSocket.h \ + io/async/AsyncSignalHandler.h \ io/async/AsyncSocket.h \ io/async/AsyncSocketBase.h \ io/async/AsyncSSLSocket.h \ @@ -327,6 +328,7 @@ libfolly_la_SOURCES = \ io/async/AsyncTimeout.cpp \ io/async/AsyncUDPSocket.cpp \ io/async/AsyncServerSocket.cpp \ + io/async/AsyncSignalHandler.cpp \ io/async/AsyncSocket.cpp \ io/async/AsyncSSLSocket.cpp \ io/async/EventBase.cpp \