From: František Dvořák Date: Mon, 4 Dec 2006 19:54:42 +0000 (+0000) Subject: Real full fix of thread/non-thread jp.common library versions. X-Git-Tag: glite-jp-server-common_R_1_1_1_2~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=1da46d3ce012359062c2b57b14f26ce6093d3ba8;p=jra1mw.git Real full fix of thread/non-thread jp.common library versions. --- diff --git a/org.glite.jp.server-common/Makefile b/org.glite.jp.server-common/Makefile index 2203328..3a8d210 100644 --- a/org.glite.jp.server-common/Makefile +++ b/org.glite.jp.server-common/Makefile @@ -75,7 +75,7 @@ ${LTLIB} ${STATICLIB}: ${OBJS} examples: db-test-int db-test-int: db-test-int.o - ${LINK} -o $@ $+ ${STATICLIB} ${MYSQLIB} -lglite_jp_common ${TRIOLIB} ${GLOBUS_LIBS} + ${LINK} -o $@ $+ ${STATICLIB} ${MYSQLIB} -lglite_jp_common_${nothrflavour} ${TRIOLIB} ${GLOBUS_LIBS} check: -echo nothing yet