Updated Branches: refs/heads/master a13d99b65 -> fe871b5e4
Added support to build the custom_redirect plugin with autoconf and automake Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fe871b5e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fe871b5e Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fe871b5e Branch: refs/heads/master Commit: fe871b5e488d2b4be3516df7a340b9120e658236 Parents: a13d99b Author: Bryan Call <[email protected]> Authored: Fri Aug 10 19:53:09 2012 -0700 Committer: Bryan Call <[email protected]> Committed: Fri Aug 10 19:53:09 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/fe871b5e/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 6731cdc..aa67868 100644 --- a/configure.ac +++ b/configure.ac @@ -1553,6 +1553,7 @@ 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]) +AC_CONFIG_FILES([plugins/experimental/custom_redirect/Makefile]) # various tools AC_CONFIG_FILES([tools/Makefile]) # example plugins http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fe871b5e/plugins/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/Makefile.am b/plugins/Makefile.am index bca98c3..aec9aa5 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/tcp_info experimental/lua +SUBDIRS += experimental/lua experimental/tcp_info experimental/custom_redirect endif
