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 2018/08/28 04:16:10 UTC

[trafficserver] branch quic-latest updated: Fix build error

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

masaori 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 4fef001  Fix build error
4fef001 is described below

commit 4fef001479f58a1fdeac8b5f106dcf40f98d99cf
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Tue Aug 28 13:14:26 2018 +0900

    Fix build error
---
 proxy/hq/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/proxy/hq/Makefile.am b/proxy/hq/Makefile.am
index 0afc84f..36dc1a0 100644
--- a/proxy/hq/Makefile.am
+++ b/proxy/hq/Makefile.am
@@ -86,9 +86,9 @@ test_qpack_SOURCES = \
   ./test/test_HQFrame.cc \
   ./test/test_HQFrameDispatcher.cc \
   ./test/test_QPACK.cc \
-  $(top_builddir)/proxy/http/HttpConfig.cc \
-  $(top_builddir)/proxy/http/HttpConnectionCount.cc \
-  $(top_builddir)/proxy/http/ForwardedConfig.cc \
+  ../http/HttpConfig.cc \
+  ../http/HttpConnectionCount.cc \
+  ../http/ForwardedConfig.cc \
   ./test/stub.cc
 
 test_qpack_LDADD = \