File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,16 @@ test_proxy_http_LDADD = \
112112 $(top_builddir ) /iocore/utils/libinkutils.a \
113113 $(top_builddir ) /src/tscpp/util/libtscpputil.la \
114114 @SWOC_LIBS@ @HWLOC_LIBS@ \
115- @LIBCAP@
115+ @LIBCAP@ \
116+ @YAMLCPP_LIBS@
116117
117118test_PreWarm_CPPFLAGS = \
118119 $(AM_CPPFLAGS ) \
119120 -I$(abs_top_srcdir ) /lib/catch2
120121
121122test_PreWarm_LDADD = \
122- $(top_builddir ) /src/tscore/libtscore.la
123+ $(top_builddir ) /src/tscore/libtscore.la \
124+ @YAMLCPP_LIBS@
123125
124126test_PreWarm_SOURCES = \
125127 unit_tests/test_PreWarm.cc
@@ -153,7 +155,7 @@ test_HttpTransact_LDADD = \
153155 $(top_builddir ) /src/records/librecords_p.a \
154156 $(top_builddir ) /iocore/eventsystem/libinkevent.a \
155157 -lz -llzma -lcrypto -lresolv -lssl \
156- @LIBPCRE@ @HWLOC_LIBS@ @SWOC_LIBS@
158+ @LIBPCRE@ @HWLOC_LIBS@ @SWOC_LIBS@ @YAMLCPP_LIBS@
157159
158160test_HttpTransact_SOURCES = \
159161 ../../iocore/cache/test/stub.cc \
You can’t perform that action at this time.
0 commit comments