Commit 30a7a657 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Fix autotools build to include GlobalShutdownSocketSet

Summary: [Folly] Fix autotools build to include `GlobalShutdownSocketSet`.

Reviewed By: pixelb

Differential Revision: D6801184

fbshipit-source-id: f832b6b5b77872d1ced44295efee7a39529561aa
parent b91e237a
...@@ -266,6 +266,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -266,6 +266,7 @@ nobase_follyinclude_HEADERS = \
IntrusiveList.h \ IntrusiveList.h \
io/Cursor.h \ io/Cursor.h \
io/Cursor-inl.h \ io/Cursor-inl.h \
io/GlobalShutdownSocketSet.h \
io/IOBuf.h \ io/IOBuf.h \
io/IOBufQueue.h \ io/IOBufQueue.h \
io/RecordIO.h \ io/RecordIO.h \
...@@ -558,6 +559,7 @@ libfolly_la_SOURCES = \ ...@@ -558,6 +559,7 @@ libfolly_la_SOURCES = \
IPAddressV6.cpp \ IPAddressV6.cpp \
init/Init.cpp \ init/Init.cpp \
io/Cursor.cpp \ io/Cursor.cpp \
io/GlobalShutdownSocketSet.cpp \
io/IOBuf.cpp \ io/IOBuf.cpp \
io/IOBufQueue.cpp \ io/IOBufQueue.cpp \
io/RecordIO.cpp \ io/RecordIO.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