diff --git a/proxy/http/Makefile.am b/proxy/http/Makefile.am index 5efff9f10e0..26267a9b06a 100644 --- a/proxy/http/Makefile.am +++ b/proxy/http/Makefile.am @@ -111,14 +111,16 @@ test_proxy_http_LDADD = \ $(top_builddir)/mgmt/libmgmt_p.la \ $(top_builddir)/iocore/utils/libinkutils.a \ @HWLOC_LIBS@ \ - @LIBCAP@ + @LIBCAP@ \ + @YAMLCPP_LIBS@ test_PreWarm_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(abs_top_srcdir)/tests/include test_PreWarm_LDADD = \ - $(top_builddir)/src/tscore/libtscore.la + $(top_builddir)/src/tscore/libtscore.la \ + @YAMLCPP_LIBS@ test_PreWarm_SOURCES = \ unit_tests/test_PreWarm.cc @@ -158,7 +160,8 @@ test_HttpTransact_LDADD = \ @LIBZ@ \ @LIBLZMA@ \ @OPENSSL_LIBS@ \ - -lm + -lm \ + @YAMLCPP_LIBS@ test_HttpTransact_SOURCES = \ ../../iocore/cache/test/stub.cc \