From ace14bb4deb207784586d7257c4928831504ab5a Mon Sep 17 00:00:00 2001 From: Alan Frindell Date: Thu, 2 Apr 2015 13:36:51 -0700 Subject: [PATCH] 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 --- folly/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.34.1