This is an automated email from the ASF dual-hosted git repository.
amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 7ecbf9a Editor: Fix CMakeLists.txt to handle escalate plugin
promotion.
7ecbf9a is described below
commit 7ecbf9afb4825865454fbe53a63081a194e4e245
Author: Alan M. Carroll <[email protected]>
AuthorDate: Fri May 18 10:00:09 2018 -0500
Editor: Fix CMakeLists.txt to handle escalate plugin promotion.
---
CMakeLists.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4aeb33c..a7e7e0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -708,7 +708,6 @@ add_executable(ats
plugins/experimental/collapsed_connection/P_collapsed_connection.h
plugins/experimental/collapsed_forwarding/collapsed_forwarding.cc
plugins/experimental/custom_redirect/custom_redirect.cc
- plugins/experimental/escalate/escalate.cc
plugins/experimental/geoip_acl/acl.cc
plugins/experimental/geoip_acl/acl.h
plugins/experimental/geoip_acl/geoip_acl.cc
@@ -1412,6 +1411,10 @@ add_library(plugin_cachekey SHARED
plugins/cachekey/plugin.cc
)
+add_library(plugin_escalate SHARED
+ plugins/escalate/escalate.cc
+ )
+
# CacheTool
add_executable(traffic_cache_tool
cmd/traffic_cache_tool/CacheStore.h
--
To stop receiving notification emails like this one, please contact
[email protected].