Update Makefile.am for AsyncSignalHandler
authorAlan Frindell <afrind@fb.com>
Thu, 2 Apr 2015 20:36:51 +0000 (13:36 -0700)
committerafrind <afrind@fb.com>
Thu, 2 Apr 2015 20:49:49 +0000 (13:49 -0700)
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

index d37cb9b1d545e415e329ceb82b35c717c2ea134b..23f5c5ef31743b8d681b2c5c2047c9ca809b0185 100644 (file)
@@ -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 \