--------------------- PatchSet 6059 Date: 2007/10/31 04:53:06 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Cleanup. Members: src/Makefile.am:1.58.2.26->1.58.2.27 Index: squid3/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Makefile.am,v retrieving revision 1.58.2.26 retrieving revision 1.58.2.27 diff -u -r1.58.2.26 -r1.58.2.27 --- squid3/src/Makefile.am 29 Oct 2007 11:15:36 -0000 1.58.2.26 +++ squid3/src/Makefile.am 31 Oct 2007 04:53:06 -0000 1.58.2.27 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.58.2.26 2007/10/29 11:15:36 amosjeffries Exp $ +# $Id: Makefile.am,v 1.58.2.27 2007/10/31 04:53:06 amosjeffries Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1141,28 +1141,6 @@ tests/testURL \ @STORE_TESTS@ -### Template for new Unit Test Program -## - add tests/testX to check_PROGRAMS above. -## - create tests/testX.(h|cc) files and add to _SOURCES below -## - add other component files needed to link and run tests -##NP: TESTSOURCES defines stub debugs() and new/delete for testing -## -#tests_testICMP_SOURCES=\ -# tests/testX.h \ -# tests/testX.cc \ -# tests/testMain.cc \ -# X.h \ -# X.cc \ -# $(TESTSOURCES) -#tests_testICMP_LDFLAGS = $(LIBADD_DL) -#tests_testICMP_LDADD=\ -# @SQUID_CPPUNIT_LIBS@ \ -# @SQUID_CPPUNIT_LA@ \ -# -L../lib -lmiscutil -#tests_testICMP_DEPENDENCIES= @SQUID_CPPUNIT_LA@ \ -# $(top_builddir)/lib/libmiscutil.a - - tests_testAuth_SOURCES= tests/testAuth.cc tests/testMain.cc tests/testAuth.h $(TESTSOURCES) \ authenticate.cc \ ConfigParser.cc \