From 31f41a90f4f03abbed16c551507e0e1c0858d814 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 3 Feb 2005 16:46:25 +0000 Subject: [PATCH] - use -lvomsc_flavour - fix (hopefully) mess in libtool-linking libmisc --- org.glite.lb.server/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index cd6cc34..0818286 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -97,7 +97,7 @@ EXT_LIBS:= -L${ares_prefix}/lib -lares \ ${myslqlib} -lmysqlclient -lz\ ${expatlib} -lexpat \ ${GRIDSITE_LIBS} \ - -lvomsc \ + -lvomsc_${nothrflavour} \ ${GLOBUS_LIBS} GSOAP_LIBS:= -L${gsoap_prefix}/lib -lgsoap @@ -224,10 +224,10 @@ ws_query_ext: ws_query_ext.o ${WS_CLIENT_OBJS} stdsoap2_patched.o: ${CC} ${CFLAGS} -c -o $@ ${STDSOAP2C} -test_ws_plugin.o test_ws_plugin.lo: ws_plugin.c - ${CC} ${CFLAGS} -DPLUGIN_TEST -c -o $@ ${top_srcdir}/src/ws_plugin.c +test_ws_plugin.o: ws_plugin.c + ${COMPILE} ${CFLAGS} -DPLUGIN_TEST -c -o $@ ${top_srcdir}/src/ws_plugin.c -${LT_LIB_PS}: ${L_LIB_OBJS_PS} +${LT_LIB_PS}: ${LIB_OBJS_PS} ${LINK} -o $@ ${L_LIB_OBJS_PS} ${STATIC_LIB_PS}: ${LIB_OBJS_PS} -- 1.8.2.3