From 7b498a7bae1f59d3a208a011f3031907f7298dc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 10 Oct 2005 18:57:04 +0000 Subject: [PATCH] - -Iglobus first, to be sure to find the right gssapi.h first - conditional initialisation of gsoap_versions --- org.glite.security.gsoap-plugin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 376df4c..d4b2aca 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -17,7 +17,7 @@ gsoap_prefix=/opt/gsoap CC=gcc -gsoap_versions=2.6.2 2.7.0 +gsoap_versions?=2.6.2 2.7.0 -include Makefile.inc -include ../Makefile.inc @@ -48,9 +48,9 @@ CFLAGS:= ${DEBUG} \ -DVERSION=\"${version}\" \ -I. -I${top_srcdir}/interface \ -I${stagedir}/include \ - -I${ares_prefix}/include \ -I${globus_prefix}/include/${nothrflavour} \ -I${globus_prefix}/include/${nothrflavour}/openssl \ + -I${ares_prefix}/include \ ${COVERAGE_FLAGS} -D_GNU_SOURCE -DDATAGRID_EXTENSION LDFLAGS:=${COVERAGE_FLAGS} -- 1.8.2.3