This is an automated email from the ASF dual-hosted git repository.
scw00 pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/quic-latest by this push:
new e8eb00b QUIC: Fixed compiler error in test_QUICStream
e8eb00b is described below
commit e8eb00b0ce9987f4538542edfad111240853400d
Author: scw00 <[email protected]>
AuthorDate: Mon Mar 11 10:23:04 2019 +0800
QUIC: Fixed compiler error in test_QUICStream
---
iocore/net/quic/Makefile.am | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/iocore/net/quic/Makefile.am b/iocore/net/quic/Makefile.am
index ceddc26..ae4a93a 100644
--- a/iocore/net/quic/Makefile.am
+++ b/iocore/net/quic/Makefile.am
@@ -122,15 +122,14 @@ test_CPPFLAGS = \
-I$(abs_top_srcdir)/tests/include
test_LDADD = \
+ $(top_builddir)/iocore/net/libinknet.a \
libquic.a \
+ $(top_builddir)/iocore/eventsystem/libinkevent.a \
+ $(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/lib/records/librecords_p.a \
- $(top_builddir)/lib/tsconfig/libtsconfig.la \
$(top_builddir)/src/tscore/libtscore.la \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
- $(top_builddir)/iocore/eventsystem/libinkevent.a \
- $(top_builddir)/iocore/net/libinknet.a \
- $(top_builddir)/mgmt/libmgmt_p.la \
- $(top_builddir)/proxy/shared/libUglyLogStubs.a \
+ $(top_builddir)/lib/tsconfig/libtsconfig.la \
$(top_builddir)/proxy/ParentSelectionStrategy.o \
@HWLOC_LIBS@ @OPENSSL_LIBS@ @LIBPCRE@ @YAMLCPP_LIBS@