X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FMakefile.am;h=ba3a9abf835aba55136a3e6140605232bf3c9479;hp=39c463673fd336ee9bbc0387b81c1673115c8577;hb=68493524ff3e8d85e6843ea5527cbbef26d138f9;hpb=ae910818c92677dd9a924751ed8cfc748b44a7c9 diff --git a/folly/Makefile.am b/folly/Makefile.am index 39c46367..ba3a9abf 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -341,6 +341,7 @@ nobase_follyinclude_HEADERS = \ SpinLock.h \ SpookyHashV1.h \ SpookyHashV2.h \ + ssl/OpenSSLCertUtils.h \ ssl/OpenSSLHash.h \ ssl/OpenSSLVersionFinder.h \ ssl/SSLSession.h \ @@ -506,6 +507,7 @@ libfolly_la_SOURCES = \ SocketAddress.cpp \ SpookyHashV1.cpp \ SpookyHashV2.cpp \ + ssl/OpenSSLCertUtils.cpp \ ssl/OpenSSLHash.cpp \ ssl/detail/SSLSessionImpl.cpp \ stats/Instantiations.cpp \