From: Xiangyu Bu Date: Wed, 19 Jul 2017 19:24:46 +0000 (-0700) Subject: Add SSLOptions to Makefile.am. X-Git-Tag: v2017.07.24.00~21 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98df5db50207ae3548312f42e511b754a7aff20c;p=folly.git 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 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index f926cdac..20683ce6 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -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 \