From 3764d2be4797678b66caa78046978dd895eda5b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 14 Oct 2005 11:58:38 +0000 Subject: [PATCH] don't build stdsoap2.o --- 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 ae4b82b..9b0b998 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -144,7 +144,7 @@ ifeq ($(GLITE_LB_SERVER_WITH_WS),yes) BKSERVER_OBJS:= \ ${BKSERVER_BASE_OBJS} \ ${GSOAP_FILES_PREFIX}C.o ${GSOAP_FILES_PREFIX}Server.o \ - ws_query.o ws_fault.o ws_typeref.o stdsoap2.o + ws_query.o ws_fault.o ws_typeref.o BKSERVER_LIBS= \ ${SRVBONES_LIB} \ -- 1.8.2.3