- -Iglobus first, to be sure to find the right gssapi.h first
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 10 Oct 2005 18:57:04 +0000 (18:57 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 10 Oct 2005 18:57:04 +0000 (18:57 +0000)
- conditional initialisation of gsoap_versions

org.glite.security.gsoap-plugin/Makefile

index 376df4c..d4b2aca 100644 (file)
@@ -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}