link db-test-int with libtrio (should compile now)
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 14 Oct 2005 07:01:46 +0000 (07:01 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 14 Oct 2005 07:01:46 +0000 (07:01 +0000)
org.glite.jp.server-common/Makefile

index 2bb8320..b0f3cd7 100644 (file)
@@ -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