From 3472d170358bd73fe07880ee8fc264a0ec248fdd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Sat, 2 Dec 2006 13:26:51 +0000 Subject: [PATCH] fixing the build: libglite_jp_common is without flavour --- org.glite.lb.utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.utils/Makefile b/org.glite.lb.utils/Makefile index 3537827..042d445 100644 --- a/org.glite.lb.utils/Makefile +++ b/org.glite.lb.utils/Makefile @@ -72,7 +72,7 @@ EXT_LIBS:= \ COMMON_LIB:=-lglite_lb_common_${nothrflavour} CLIENT_LIB:=-lglite_lb_client_${nothrflavour} BKSERVER_LIB:=-lglite_lb_bkserver -JP_LIBS:=-lglite_jp_common_${nothrflavour} -lglite_jp_trio +JP_LIBS:=-lglite_jp_common -lglite_jp_trio UTILS:=statistics mon mon-db -- 1.8.2.3