You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2018/05/10 10:51:32 UTC

[trafficserver] branch master updated: cachekey: Update CMakelists.txt for cachekey promotion.

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 e9218f4  cachekey: Update CMakelists.txt for cachekey promotion.
e9218f4 is described below

commit e9218f420fa1d5a364219d080dc29e1c3de679f1
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Thu May 10 02:44:46 2018 -0500

    cachekey: Update CMakelists.txt for cachekey promotion.
---
 CMakeLists.txt | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 29fdc02..5f910ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -714,16 +714,6 @@ add_executable(ats
         plugins/experimental/cache_key_genid/cache_key_genid.c
         plugins/experimental/cache_promote/cache_promote.cc
         plugins/experimental/cache_range_requests/cache_range_requests.cc
-        plugins/experimental/cachekey/tests/pattern_test.cc
-        plugins/experimental/cachekey/cachekey.cc
-        plugins/experimental/cachekey/cachekey.h
-        plugins/experimental/cachekey/common.cc
-        plugins/experimental/cachekey/common.h
-        plugins/experimental/cachekey/configs.cc
-        plugins/experimental/cachekey/configs.h
-        plugins/experimental/cachekey/pattern.cc
-        plugins/experimental/cachekey/pattern.h
-        plugins/experimental/cachekey/plugin.cc
         plugins/experimental/collapsed_connection/collapsed_connection.cc
         plugins/experimental/collapsed_connection/MurmurHash3.cc
         plugins/experimental/collapsed_connection/MurmurHash3.h
@@ -1410,7 +1400,7 @@ add_library(libtsconfig SHARED
 )
 
 # Plugins
-add_executable(plugin_compress
+add_library(plugin_compress SHARED
         plugins/compress/configuration.cc
         plugins/compress/configuration.h
         plugins/compress/debug_macros.h
@@ -1419,6 +1409,19 @@ add_executable(plugin_compress
         plugins/compress/misc.h
 )
 
+add_library(plugin_cachekey SHARED
+        plugins/cachekey/tests/pattern_test.cc
+        plugins/cachekey/cachekey.cc
+        plugins/cachekey/cachekey.h
+        plugins/cachekey/common.cc
+        plugins/cachekey/common.h
+        plugins/cachekey/configs.cc
+        plugins/cachekey/configs.h
+        plugins/cachekey/pattern.cc
+        plugins/cachekey/pattern.h
+        plugins/cachekey/plugin.cc
+        )
+
 # CacheTool
 add_executable(traffic_cache_tool
 	cmd/traffic_cache_tool/CacheStore.h

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