From e728bc7a4a015b2dd9e7658ff2e1ff9c2e2bbc6a Mon Sep 17 00:00:00 2001 From: Leif Hedstrom Date: Tue, 12 Sep 2023 14:48:48 -0600 Subject: [PATCH] Fixes some make test build problems --- iocore/hostdb/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocore/hostdb/Makefile.am b/iocore/hostdb/Makefile.am index 3f15a0f219b..24cd5d2cd40 100644 --- a/iocore/hostdb/Makefile.am +++ b/iocore/hostdb/Makefile.am @@ -64,8 +64,8 @@ test_CPP_FLAGS = \ @OPENSSL_INCLUDES@ test_LD_ADD = \ - $(top_builddir)/src/records/librecords_p.a \ $(top_builddir)/iocore/eventsystem/libinkevent.a \ + $(top_builddir)/src/records/librecords_p.a \ $(top_builddir)/src/tscore/libtscore.a \ $(top_builddir)/src/api/libtsapicore.a \ $(top_builddir)/src/tscpp/util/libtscpputil.la \