Author: zwoop
Date: Thu Jan 13 18:15:26 2011
New Revision: 1058697
URL: http://svn.apache.org/viewvc?rev=1058697&view=rev
Log:
TS-637 remove ClusterHashStandalone
Removed:
trafficserver/traffic/trunk/proxy/ClusterHashStandalone.cc
trafficserver/traffic/trunk/proxy/ClusterHashStandalone.h
trafficserver/traffic/trunk/proxy/test_ClusterHashStandalone.c
Modified:
trafficserver/traffic/trunk/proxy/Makefile.am
Modified: trafficserver/traffic/trunk/proxy/Makefile.am
URL:
http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/Makefile.am?rev=1058697&r1=1058696&r2=1058697&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/Makefile.am (original)
+++ trafficserver/traffic/trunk/proxy/Makefile.am Thu Jan 13 18:15:26 2011
@@ -52,11 +52,9 @@ noinst_HEADERS = \
Show.h
EXTRA_PROGRAMS = \
- test_ClusterHashStandalone \
test_xml_parser
EXTRA_LIBRARIES = \
- libClusterHashStandalone.a \
libTrafficServerStandalone.a
EXTRA_DIST = InkAPITestTool.cc example_alarm_bin.sh example_prep.sh
@@ -370,10 +368,6 @@ if BUILD_TESTS
TestHook.o
endif
-libClusterHashStandalone_a_SOURCES = \
- ClusterHashStandalone.cc \
- $(top_srcdir)/lib/ts/ParseRules.cc
-
libTrafficServerStandalone_a_SOURCES = \
signals.cc \
Error.cc \
@@ -391,9 +385,6 @@ if BUILD_V2STATS
endif
-test_ClusterHashStandalone_SOURCES = test_ClusterHashStandalone.c
-test_ClusterHashStandalone_LDADD = libClusterHashStandalone.a
-
test_xml_parser_SOURCES = test_xml_parser.cc InkXml.cc DiagsConfig.cc
versiondir = $(pkgsysconfdir)