From: Aleš Křenek Date: Wed, 19 Sep 2007 08:40:50 +0000 (+0000) Subject: use -lvomsapi instead of -lvomsc X-Git-Tag: glite-lb-client_R_3_1_0_1~10 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=521fe386d681b2d5b31970dad728b8bcb5098978;p=jra1mw.git use -lvomsapi instead of -lvomsc (etics config adjusted accordingly) --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index 5e3d202..4b468dc 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -154,7 +154,7 @@ endif ifeq (${nothrflavour},gcc32dbg) vomsflavour := endif -VOMS_LIBS:=-L${voms_prefix}/lib -lvomsc${vomsflavour} +VOMS_LIBS:=-L${voms_prefix}/lib -lvomsapi${vomsflavour} #EXT_LIBS:= \ # ${mysqlib} -lmysqlclient -lz\