From 521fe386d681b2d5b31970dad728b8bcb5098978 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 19 Sep 2007 08:40:50 +0000 Subject: [PATCH] use -lvomsapi instead of -lvomsc (etics config adjusted accordingly) --- org.glite.lb.server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 1.8.2.3