Skip to content

Commit 39341bd

Browse files
authored
Fixes some make test build problems (#10402)
1 parent 07d72fc commit 39341bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iocore/hostdb/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ test_CPP_FLAGS = \
6464
@OPENSSL_INCLUDES@
6565

6666
test_LD_ADD = \
67-
$(top_builddir)/src/records/librecords_p.a \
6867
$(top_builddir)/iocore/eventsystem/libinkevent.a \
68+
$(top_builddir)/src/records/librecords_p.a \
6969
$(top_builddir)/src/tscore/libtscore.a \
7070
$(top_builddir)/src/api/libtsapicore.a \
7171
$(top_builddir)/src/tscpp/util/libtscpputil.la \

0 commit comments

Comments
 (0)