X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=ba3a9abf835aba55136a3e6140605232bf3c9479;hb=de821c225980359651a07b670174ae90d4f655c8;hp=39c463673fd336ee9bbc0387b81c1673115c8577;hpb=bb76b0f7bf1eabf0b66dea063d617e5c6d8de56f;p=folly.git 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 \