From a2bcebe2ea2bdd188eea5b991f2a70242657972b Mon Sep 17 00:00:00 2001 From: Elisabetta Ronchieri Date: Tue, 15 Feb 2005 12:13:09 +0000 Subject: [PATCH] Updated Changed -lgridsite in -lgridsite_globus --- 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 a819083..e514caf 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -53,7 +53,7 @@ DEBUG:=-g -O0 -Wall # -I/usr/include/libxml2 GRIDSITE_CFLAGS = `xml2-config --cflags` -GRIDSITE_LIBS = -lgridsite `xml2-config --libs` +GRIDSITE_LIBS = -lgridsite_globus `xml2-config --libs` # -DNO_VOMS -DNO_GACL to be removed when voms/gridsite are available #CFLAGS:= -DNO_VOMS -DNO_GACL -- 1.8.2.3