fix the open source ssl_test target
[folly.git] / folly / test / Makefile.am
index 7a39a8209b106a491e66e0e184efca4f1573d879..787821bd877f9325e36d0c32dccc4ebc598ab9ed 100644 (file)
@@ -267,8 +267,8 @@ function_test_LDADD = libfollytestmain.la
 TESTS += function_test
 
 ssl_test_SOURCES = \
-               ../ssl/OpenSSLHashTest.cpp
-ssl_test_LDADD = libfollytestmain.la
+               ../ssl/test/OpenSSLHashTest.cpp
+ssl_test_LDADD = libfollytestmain.la -lcrypto
 TESTS += ssl_test
 
 check_PROGRAMS += $(TESTS)