build: Correcting dependencies in [examples/tests/tests_boost]/Makefile.am so the code can be compiled on Linux

Change-Id: I755faa16f3c1eb5b3a8f89a46a67533ef7efb89c
diff --git a/tests_boost/Makefile.am b/tests_boost/Makefile.am
index 19a72a0..b47a9e4 100644
--- a/tests_boost/Makefile.am
+++ b/tests_boost/Makefile.am
@@ -9,4 +9,4 @@
   test-encode-decode-interest.cpp \
   test-encode-decode-forwarding-entry.cpp
 
-unit_tests_LDADD = ../libndn-cpp.la @BOOST_SYSTEM_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@
+unit_tests_LDADD = ../libndn-cpp.la @BOOST_SYSTEM_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@ @OPENSSL_LIBS@ @CRYPTOPP_LIBS@ @OSX_SECURITY_LIBS@