You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2014/08/07 21:39:26 UTC

git commit: TS-2950: Make libck configure and build

Repository: trafficserver
Updated Branches:
  refs/heads/master f1463eac0 -> 5c0bc7c94


TS-2950: Make libck configure and build


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5c0bc7c9
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5c0bc7c9
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5c0bc7c9

Branch: refs/heads/master
Commit: 5c0bc7c94dabaa84a8ccbbc73380b913af9fe190
Parents: f1463ea
Author: Phil Sorber <so...@apache.org>
Authored: Thu Aug 7 13:39:04 2014 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Thu Aug 7 13:39:04 2014 -0600

----------------------------------------------------------------------
 Makefile.am  | 2 +-
 configure.ac | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5c0bc7c9/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 1a6bd4c..d116820 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 =  proxy/api/ts iocore lib proxy/hdrs proxy/shared mgmt proxy cmd plugins tools example rc doc
+SUBDIRS = lib/ck 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/5c0bc7c9/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 0915270..ef3a882 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1979,6 +1979,7 @@ AS_IF([test "x$enable_cppapi" = xyes], [
   lib/atscppapi/src/Makefile
 ])])
 
+AC_CONFIG_SUBDIRS([lib/ck])
 
 # -----------------------------------------------------------------------------
 # 7. autoheader TEMPLATES