You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/04/15 07:26:13 UTC

[trafficserver] branch quic-latest updated: Fix a wrong path for libhttp2.a

This is an automated email from the ASF dual-hosted git repository.

maskit 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 22b77e9  Fix a wrong path for libhttp2.a
22b77e9 is described below

commit 22b77e9f04d2f6033661eb98a6739ca249ba45c4
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Mon Apr 15 16:25:39 2019 +0900

    Fix a wrong path for libhttp2.a
---
 proxy/http3/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http3/Makefile.am b/proxy/http3/Makefile.am
index bccc2d9..2d01a1f 100644
--- a/proxy/http3/Makefile.am
+++ b/proxy/http3/Makefile.am
@@ -78,7 +78,7 @@ test_LDADD = \
   $(top_builddir)/src/tscpp/util/libtscpputil.la \
   $(top_builddir)/lib/tsconfig/libtsconfig.la \
   $(top_builddir)/proxy/ParentSelectionStrategy.o \
-  $(top_builddir)/proxy/libhttp2.a \
+  $(top_builddir)/proxy/http2/libhttp2.a \
   $(top_builddir)/proxy/libproxy.a \
   $(top_builddir)/proxy/hdrs/libhdrs.a \
   @LIBPCRE@ \