Date: Tuesday, November 15, 2005 @ 10:21:36
Author: marc
Path: /cvsroot/carob/carob/test
Modified: GNUmakefile (1.4 -> 1.5)
Fixed -rpath (. -> ${CAROB_ROOT}
-------------+
GNUmakefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.4 carob/test/GNUmakefile:1.5
--- carob/test/GNUmakefile:1.4 Mon Nov 14 19:42:04 2005
+++ carob/test/GNUmakefile Tue Nov 15 10:21:36 2005
@@ -37,7 +37,7 @@
TESTOBJS = ${TESTSRCS:%.cpp=%.o}
CXXFLAGS = -g3 -Wall -I${INCDIR}
-LDFLAGS = -Wl,-rpath,. -L${CAROB_ROOT} -l${LIB_CAROB} -ldl
-l${LIB_CPPUNIT}
+LDFLAGS = -Wl,-rpath,${CAROB_ROOT} -L${CAROB_ROOT}
-l${LIB_CAROB} -ldl -l${LIB_CPPUNIT}
EXE = carobTestLauncher
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits