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/04 16:08:05 UTC

[trafficserver] branch master updated: CMakelist: Updates for gzip -> compress, libtsconfig.

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 f929acb  CMakelist: Updates for gzip -> compress, libtsconfig.
f929acb is described below

commit f929acbb15db548b77bf8c7577b4785a9d91717a
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Fri May 4 07:27:53 2018 -0500

    CMakelist: Updates for gzip -> compress, libtsconfig.
---
 CMakeLists.txt | 57 ++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 32 insertions(+), 25 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0fde39..590a202 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -576,25 +576,6 @@ add_executable(ats
         lib/records/test_RecordsConfig.h
         lib/records/test_RecProcess.i
         lib/records/test_RecTree.cc
-        lib/tsconfig/Errata.cc
-        lib/tsconfig/Errata.h
-        lib/tsconfig/IntrusivePtr.h
-        lib/tsconfig/NumericType.h
-        lib/tsconfig/test-tsconfig.cc
-        lib/tsconfig/TsBuilder.cc
-        lib/tsconfig/TsBuilder.h
-        lib/tsconfig/TsConfigGrammar.c
-        lib/tsconfig/TsConfigGrammar.h
-        lib/tsconfig/TsConfigLexer.h
-        lib/tsconfig/TsConfigLua.cc
-        lib/tsconfig/TsConfigLua.h
-        lib/tsconfig/TsConfigParseEvents.h
-        lib/tsconfig/TsConfigSyntax.c
-        lib/tsconfig/TsConfigTypes.h
-        lib/tsconfig/TsErrataUtil.cc
-        lib/tsconfig/TsErrataUtil.h
-        lib/tsconfig/TsValue.cc
-        lib/tsconfig/TsValue.h
         lib/wccp/wccp-test-router.cc
         lib/wccp/Wccp.h
         lib/wccp/WccpConfig.cc
@@ -899,12 +880,6 @@ add_executable(ats
         plugins/experimental/url_sig/url_sig.h
         plugins/experimental/webp_transform/ImageTransform.cc
         plugins/generator/generator.cc
-        plugins/gzip/configuration.cc
-        plugins/gzip/configuration.h
-        plugins/gzip/debug_macros.h
-        plugins/gzip/gzip.cc
-        plugins/gzip/misc.cc
-        plugins/gzip/misc.h
         plugins/header_rewrite/condition.cc
         plugins/header_rewrite/condition.h
         plugins/header_rewrite/conditions.cc
@@ -1412,6 +1387,38 @@ add_library(libcache SHARED
         iocore/cache/Store.cc
 )
 
+add_library(libtsconfig SHARED
+        lib/tsconfig/Errata.cc
+        lib/tsconfig/Errata.h
+        lib/tsconfig/IntrusivePtr.h
+        lib/tsconfig/NumericType.h
+        lib/tsconfig/test-tsconfig.cc
+        lib/tsconfig/TsBuilder.cc
+        lib/tsconfig/TsBuilder.h
+        lib/tsconfig/TsConfigGrammar.c
+        lib/tsconfig/TsConfigGrammar.h
+        lib/tsconfig/TsConfigLexer.h
+        lib/tsconfig/TsConfigLua.cc
+        lib/tsconfig/TsConfigLua.h
+        lib/tsconfig/TsConfigParseEvents.h
+        lib/tsconfig/TsConfigSyntax.c
+        lib/tsconfig/TsConfigTypes.h
+        lib/tsconfig/TsErrataUtil.cc
+        lib/tsconfig/TsErrataUtil.h
+        lib/tsconfig/TsValue.cc
+        lib/tsconfig/TsValue.h
+)
+
+# Plugins
+add_executable(plugin_compress
+        plugins/compress/configuration.cc
+        plugins/compress/configuration.h
+        plugins/compress/debug_macros.h
+        plugins/compress/compress.cc
+        plugins/compress/misc.cc
+        plugins/compress/misc.h
+)
+
 # 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.