Repository: trafficserver Updated Branches: refs/heads/5.2.x 65473ae1e -> 9f528f52b
TS-3017: Disable CK build for 5.1 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9f528f52 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9f528f52 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9f528f52 Branch: refs/heads/5.2.x Commit: 9f528f52bdafe885b6a1cffdb6658c545610669f Parents: 65473ae Author: Alan M. Carroll <[email protected]> Authored: Thu Aug 21 09:39:23 2014 -0500 Committer: Leif Hedstrom <[email protected]> Committed: Mon Dec 15 16:11:07 2014 -0700 ---------------------------------------------------------------------- Makefile.am | 2 +- configure.ac | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9f528f52/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index d116820..55ec365 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ export CCACHE_BASEDIR # proxy/api/ts has to be built first, since so much of libraries and "core # depends on the generates ts/ts.h include file. -SUBDIRS = lib/ck proxy/api/ts iocore lib proxy/hdrs proxy/shared mgmt proxy cmd plugins tools example rc doc +SUBDIRS = proxy/api/ts iocore lib proxy/hdrs proxy/shared mgmt proxy cmd plugins tools example rc doc DIST_BUILD_USER=`id -nu` http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9f528f52/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 3e4465b..71e1267 100644 --- a/configure.ac +++ b/configure.ac @@ -1981,8 +1981,6 @@ AS_IF([test "x$enable_cppapi" = xyes], [ lib/atscppapi/src/Makefile ])]) -AC_CONFIG_SUBDIRS([lib/ck]) - # ----------------------------------------------------------------------------- # 7. autoheader TEMPLATES
