From: Jiří Škrábal Date: Tue, 10 May 2005 07:36:59 +0000 (+0000) Subject: - stage patched source code of the gsoap library v2.6.2 X-Git-Tag: glite-security-gsoap-plugin_R_1_1_0~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=eb27cabbdd4aa799eb8b92dcb0cd09640448ddc1;p=jra1mw.git - stage patched source code of the gsoap library v2.6.2 --- diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 6fce5b1..68cb406 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -67,6 +67,8 @@ GSOAP_LIBS:= -L${gsoap_prefix}/lib -lgsoap EX_LIBS:= ${GLOBUS_LIBS} -L${ares_prefix}/lib -lares +PATCHED_GSOAP_SRC:=stdsoap2_2.6.2.c + HDRS:=glite_gss.h glite_gsplugin.h GSS_OBJS:=glite_gss.o @@ -199,6 +201,7 @@ install: cd ${top_srcdir}/interface && ${INSTALL} -m 644 ${HDRS} ${PREFIX}/include/glite/security/ if [ x${DOSTAGE} = xyes ]; then \ install -m 644 ${GSS_STATICLIB} ${GSS_THRSTATICLIB} ${STATICLIB} ${THRSTATICLIB} ${PREFIX}/lib; \ + install -m 644 ${top_srcdir}/src/${PATCHED_GSOAP_SRC} ${PREFIX}/lib; \ fi clean: