From 6bf2f0c5aefc5e2c6ecdb2a26b5c1389ee37c536 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Mon, 6 Aug 2007 16:00:46 +0000 Subject: [PATCH] Globus headers and libraries aren't needed anymore --- org.glite.security.gsoap-plugin/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 4d0dfa5..e4810c4 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -10,7 +10,6 @@ version=1.0.0 PREFIX=/opt/glite glite_location=/opt/glite -globus_prefix=/opt/globus nothrflavour=gcc32 thrflavour=gcc32pthr gsoap_prefix=/opt/gsoap @@ -75,9 +74,6 @@ LINKXX:=libtool --mode=link ${CXX} ${LDFLAGS} INSTALL:=libtool --mode=install install LINKXX:=libtool --mode=link ${CXX} -rpath ${stagedir}/lib ${LDFLAGS} -GLOBUS_INC:= -I${globus_prefix}/include/${nothrflavour} -GLOBUS_THR_INC:= -I${globus_prefix}/include/${thrflavour} - GSOAP_LIBS:= -L${gsoap_prefix}/lib -lgsoap EX_LIBS:=-L${stagedir}/lib -lglite_security_gss_${nothrflavour} @@ -203,7 +199,7 @@ ${GSOAP_FPREFIX}H.h ${GSOAP_FPREFIX}C.c ${GSOAP_FPREFIX}Server.c ${GSOAP_FPREFIX ${soapcpp} -c -p ${GSOAP_FPREFIX} ${top_srcdir}/examples/calc.h.S wscalc_clt_ex.o: wscalc_clt_ex.c - ${CC} -c ${CFLAGS} ${GLOBUS_INC} -o $@ $< + ${CC} -c ${CFLAGS} -o $@ $< doc: @@ -239,10 +235,10 @@ install-soaplib: clean: %.o: %.c - ${COMPILE} ${GLOBUS_INC} -o $@ -c $< + ${COMPILE} -o $@ -c $< %.thr.o: %.c - ${COMPILE} ${GLOBUS_THR_INC} -o $@ -c $< + ${COMPILE} -o $@ -c $< glite_gsplugin.o glite_gsplugin.thr.o: soap_version.h -- 1.8.2.3