You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2018/03/09 00:59:52 UTC

[trafficserver] branch quic-latest updated: QUIC: Add default TCL path

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 fe1335f  QUIC: Add default TCL path
fe1335f is described below

commit fe1335fa69998e8798e3279ab528a2d32e16994a
Author: scw00 <sc...@apache.org>
AuthorDate: Fri Mar 9 08:25:21 2018 +0800

    QUIC: Add default TCL path
---
 cmd/traffic_quic/Makefile.am | 1 +
 iocore/net/quic/Makefile.am  | 1 +
 proxy/hq/Makefile.am         | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/cmd/traffic_quic/Makefile.am b/cmd/traffic_quic/Makefile.am
index fdca056..b940778 100644
--- a/cmd/traffic_quic/Makefile.am
+++ b/cmd/traffic_quic/Makefile.am
@@ -28,6 +28,7 @@ AM_CPPFLAGS += \
   -I$(abs_top_srcdir)/proxy/http \
   -I$(abs_top_srcdir)/proxy/logging \
   -I$(abs_top_srcdir)/proxy/shared \
+  $(TS_INCLUDES) \
   @OPENSSL_INCLUDES@
 
 traffic_quic_CPPFLAGS = \
diff --git a/iocore/net/quic/Makefile.am b/iocore/net/quic/Makefile.am
index c8b0c56..6363673 100644
--- a/iocore/net/quic/Makefile.am
+++ b/iocore/net/quic/Makefile.am
@@ -30,6 +30,7 @@ AM_CPPFLAGS += \
   -I$(abs_top_srcdir)/proxy/hq \
   -I$(abs_top_srcdir)/mgmt \
   -I$(abs_top_srcdir)/mgmt/utils \
+  $(TS_INCLUDES) \
   @OPENSSL_INCLUDES@
 
 noinst_LIBRARIES = libquic.a
diff --git a/proxy/hq/Makefile.am b/proxy/hq/Makefile.am
index dd962ab..e0d900b 100644
--- a/proxy/hq/Makefile.am
+++ b/proxy/hq/Makefile.am
@@ -30,7 +30,8 @@ AM_CPPFLAGS += \
   -I$(abs_top_srcdir)/proxy/http \
   -I$(abs_top_srcdir)/proxy/hdrs \
   -I$(abs_top_srcdir)/proxy/shared \
-  -I$(abs_top_srcdir)/proxy/http/remap
+  -I$(abs_top_srcdir)/proxy/http/remap \
+  $(TS_INCLUDES)
 
 noinst_LIBRARIES = libhq.a
 

-- 
To stop receiving notification emails like this one, please contact
scw00@apache.org.