From da129a79b95086041658a0894466525dc3622411 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Tue, 27 Apr 2010 09:18:55 +0000 Subject: [PATCH] don't use deprecated voms libs --- org.glite.security.proxyrenewal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.security.proxyrenewal/Makefile b/org.glite.security.proxyrenewal/Makefile index d6ccd87..ed273a1 100644 --- a/org.glite.security.proxyrenewal/Makefile +++ b/org.glite.security.proxyrenewal/Makefile @@ -88,8 +88,8 @@ THRLIB:=libglite_security_proxyrenewal_${thrflavour}.la LIB_CORE_NOTHR := libglite_security_proxyrenewal_core_${nothrflavour}.la LIB_CORE_THR := libglite_security_proxyrenewal_core_${thrflavour}.la -VOMS_LIB_NOTHR := -L${voms_prefix}/${libdir} -lvomsc_${nothrflavour} -VOMS_LIB_THR := -L${voms_prefix}/${libdir} -lvomsc_${thrflavour} +VOMS_LIB_NOTHR := -L${voms_prefix}/${libdir} -lvomsapi_${nothrflavour} +VOMS_LIB_THR := -L${voms_prefix}/${libdir} -lvomsapi_${thrflavour} DAEMON:=glite-proxy-renewd CLIENT:=glite-proxy-renew -- 1.8.2.3