use -lvomsapi instead of -lvomsc
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 19 Sep 2007 08:40:50 +0000 (08:40 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 19 Sep 2007 08:40:50 +0000 (08:40 +0000)
(etics config adjusted accordingly)

org.glite.lb.server/Makefile

index 5e3d202..4b468dc 100644 (file)
@@ -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\