jorton 2002/11/23 13:38:30
Modified: test Makefile.in
Log:
Don't link testdso.lo into testall as it hasn't been CuTestified yet.
Revision Changes Path
1.108 +2 -2 apr/test/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/test/Makefile.in,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- Makefile.in 23 Nov 2002 19:44:15 -0000 1.107
+++ Makefile.in 23 Nov 2002 21:38:30 -0000 1.108
@@ -157,11 +157,11 @@
testall: testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \
testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo \
testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \
- testdso.lo CuTest.lo mod_test.la libmod_test.la $(LOCAL_LIBS)
+ CuTest.lo mod_test.la libmod_test.la $(LOCAL_LIBS)
$(LINK) testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \
testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo \
testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \
- testdso.lo CuTest.lo $(LOCAL_LIBS) $(ALL_LIBS)
+ CuTest.lo $(LOCAL_LIBS) $(ALL_LIBS)
# DO NOT REMOVE