Commit 98df5db5 authored by Xiangyu Bu's avatar Xiangyu Bu Committed by Facebook Github Bot

Add SSLOptions to Makefile.am.

Summary: Add paths of SSLOptions.{cpp, h} to folly/Makefile.am.

Reviewed By: Orvid

Differential Revision: D5453343

fbshipit-source-id: ba0b8b065ed964dfff1757533db17e31aa672e83
parent 8114790f
......@@ -269,6 +269,7 @@ nobase_follyinclude_HEADERS = \
io/async/ssl/TLSDefinitions.h \
io/async/Request.h \
io/async/SSLContext.h \
io/async/SSLOptions.h \
io/async/ScopedEventBaseThread.h \
io/async/TimeoutManager.h \
io/async/VirtualEventBase.h \
......@@ -502,6 +503,7 @@ libfolly_la_SOURCES = \
io/async/EventHandler.cpp \
io/async/Request.cpp \
io/async/SSLContext.cpp \
io/async/SSLOptions.cpp \
io/async/ScopedEventBaseThread.cpp \
io/async/VirtualEventBase.cpp \
io/async/HHWheelTimer.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