From: Miloš Mulač Date: Fri, 14 Oct 2005 07:01:46 +0000 (+0000) Subject: link db-test-int with libtrio (should compile now) X-Git-Tag: glite-jp-client_R_1_0_0~44 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=21c83e90452922535882ac7552e5180eb9d83fb7;p=jra1mw.git link db-test-int with libtrio (should compile now) --- diff --git a/org.glite.jp.server-common/Makefile b/org.glite.jp.server-common/Makefile index 2bb8320..b0f3cd7 100644 --- a/org.glite.jp.server-common/Makefile +++ b/org.glite.jp.server-common/Makefile @@ -38,6 +38,8 @@ GLOBUS_LIBS:=-L${globus_prefix}/lib \ -lglobus_common_${nothrflavour} \ -lglobus_gssapi_gsi_${nothrflavour} +TRIOLIB:=-lglite_lb_trio + # FIXME: to use libtool versioning correcty, we should have: # # current = major + minor + offset @@ -78,7 +80,7 @@ ${LTLIB} ${STATICLIB}: ${OBJS} examples: db-test-int db-test-int: db-test-int.o - ${LINK} -o $@ $+ ${STATICLIB} ${MYSQLIB} -lglite_jp_common ${GLOBUS_LIBS} + ${LINK} -o $@ $+ ${STATICLIB} ${MYSQLIB} -lglite_jp_common ${TRIOLIB} ${GLOBUS_LIBS} check: -echo nothing yet