Date: Tuesday, January 9, 2007 @ 15:19:15
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.35 -> 1.36)

Removed obsolote comment/example


-------------+
 GNUmakefile |    7 +------
 1 files changed, 1 insertion(+), 6 deletions(-)


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.35 carob/test/GNUmakefile:1.36
--- carob/test/GNUmakefile:1.35 Mon Jan  8 21:04:33 2007
+++ carob/test/GNUmakefile      Tue Jan  9 15:19:15 2007
@@ -64,16 +64,11 @@
 #LDFLAGS                 += -l${LIB_CPPUNIT_QTUI}
 EXE                     = carobTestLauncher
 
-
-# Uncomment these 2 lines to use log4cxx instead of internal logger
-#CXXFLAGS                += -DCAROB_USE_LOG4CXX
-#CLIENT_LDLIBS                  += -llog4cxx
-
 # to run against a mysql cluster (changes user/pass and requests)
 # see 20-Write/TestExecWriteRequest.cpp
 #CXXFLAGS                += -DCAROB_TEST_USE_MYSQL
 
-# Do not use LDLIBS here since it is already used for libcarob.so
+# Cannot use LDLIBS here since it is already used to build libcarob.so
 ${EXE}: ${TESTOBJS} CarobTestLauncher.o ${LIB_CAROB_SO}
        ${CXX} ${CXXFLAGS} $^ ${LDFLAGS} ${TEST_LDFLAGS} ${CLIENT_LDLIBS} -o $@
 

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to