Deps for sr#781224 OBS-URL: https://build.opensuse.org/request/show/781225 OBS-URL: https://build.opensuse.org/package/show/science/libtclplus?expand=0&rev=1
22 lines
909 B
Diff
22 lines
909 B
Diff
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 \
|