From: Aleš Křenek Date: Thu, 3 Feb 2005 16:46:25 +0000 (+0000) Subject: - use -lvomsc_flavour X-Git-Tag: gridsite-core_R_1_1_5~53 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=31f41a90f4f03abbed16c551507e0e1c0858d814;p=jra1mw.git - use -lvomsc_flavour - fix (hopefully) mess in libtool-linking libmisc --- 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}