From 98df5db50207ae3548312f42e511b754a7aff20c Mon Sep 17 00:00:00 2001 From: Xiangyu Bu Date: Wed, 19 Jul 2017 12:24:46 -0700 Subject: [PATCH] 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 --- folly/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.34.1