Real full fix of thread/non-thread jp.common library versions.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 4 Dec 2006 19:54:42 +0000 (19:54 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 4 Dec 2006 19:54:42 +0000 (19:54 +0000)
org.glite.jp.server-common/Makefile

index 2203328..3a8d210 100644 (file)
@@ -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