You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2012/08/09 06:06:12 UTC

git commit: added tcp_info plugin to the build on experimental plugins

Updated Branches:
  refs/heads/master 91fe506df -> e551e1c2d


added tcp_info plugin to the build on experimental plugins


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

Branch: refs/heads/master
Commit: e551e1c2dfd403eb9297d3b33eff87a0bf44b6c1
Parents: 91fe506
Author: Bryan Call <bc...@apache.org>
Authored: Wed Aug 8 21:05:43 2012 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Wed Aug 8 21:05:43 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e551e1c2/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 53e69d2..6731cdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1552,6 +1552,7 @@ AC_CONFIG_FILES([plugins/regex_remap/Makefile])
 AC_CONFIG_FILES([plugins/header_filter/Makefile])
 AC_CONFIG_FILES([plugins/stats_over_http/Makefile])
 AC_CONFIG_FILES([plugins/experimental/lua/Makefile])
+AC_CONFIG_FILES([plugins/experimental/tcp_info/Makefile])
 # various tools
 AC_CONFIG_FILES([tools/Makefile])
 # example plugins

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e551e1c2/plugins/Makefile.am
----------------------------------------------------------------------
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index c41ab62..bca98c3 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -17,5 +17,5 @@
 SUBDIRS = conf_remap regex_remap header_filter stats_over_http
 
 if BUILD_EXPERIMENTAL_PLUGINS
-SUBDIRS += experimental/lua
+SUBDIRS += experimental/tcp_info experimental/lua
 endif