From 304b969d7fbb09bc9431283728fe087ddee5a9ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Wed, 27 Apr 2005 12:54:49 +0000 Subject: [PATCH] correct lb_plugin library's dependency list --- org.glite.lb.server/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index fe435dd..faed144 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -100,6 +100,8 @@ EXT_LIBS:= -L${ares_prefix}/lib -lares \ SRVBONES_LIB:= -L${stagedir}/lib -lglite_lb_server_bones COMMON_LIBS:= -L${stagedir}/lib -lglite_lb_common_${nothrflavour} -lglite_security_gss_${nothrflavour} +PLUGIN_LIBS:= -L${stagedir}/lib -lglite_lb_common_${nothrflavour}\ + ${expatlib} -lexpat\ BKSERVER_BASE_OBJS:= \ bkserverd.o il_lbproxy.o get_events.o index.o jobstat.o jobstat_supp.o \ @@ -161,7 +163,7 @@ glite_lb_bkindex: ${INDEX_OBJS} ${LINK} -o $@ ${INDEX_OBJS} ${INDEX_LIBS} glite_lb_plugin.la: lb_plugin.lo - ${SOLINK} -o $@ lb_plugin.lo ${COMMON_LIBS} -lexpat -lglite_jp_common + ${SOLINK} -o $@ lb_plugin.lo ${PLUGIN_LIBS} default all: compile -- 1.8.2.3