File makefile-testrunner.patch of Package libtclplus
Index: libtclPlus-3.0.0/tclplus/Makefile.am
===================================================================
--- libtclPlus-3.0.0.orig/tclplus/Makefile.am
+++ libtclPlus-3.0.0/tclplus/Makefile.am
@@ -114,13 +114,13 @@ tracetests_DEPENDENCIES = $(testableObje
tracetests_LDADD = $(TestLdflags) @TCL_LIBS@ @CPPUNIT_LIBS@
- interptests_SOURCES=interpretertest.cpp objecttest.cpp resulttest.cpp \
+ interptests_SOURCES=TestRunner.cpp interpretertest.cpp objecttest.cpp resulttest.cpp \
objcommandtest.cpp compatcommand.cpp packagetests.cpp
- interptests_LDADD = TestRunner.lo $(TestLdflags) @CPPUNIT_LIBS@
+ interptests_LDADD = $(TestLdflags) @CPPUNIT_LIBS@
-interptests_DEPENDENCIES = $(testableObjects) TestRunner.lo
+interptests_DEPENDENCIES = $(testableObjects)
tcpservertest_SOURCES = tcpservertest.cpp
tcpservertest_DEPENDENCIES = libtclPlus.la
tcpservertest_LDADD = libtclPlus.la \