From: Aleš Křenek Date: Tue, 1 Feb 2005 14:35:25 +0000 (+0000) Subject: Re-enabled and fixed interface version check, X-Git-Tag: gridsite-core_R_1_1_5~68 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=156201c518e0dc256362faae0678dbe48c3fbdaf;p=jra1mw.git Re-enabled and fixed interface version check, i.e. pushed VERSION_AHEAD back to 0, as the 0->1 change in interface was cosmetic only. --- diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index 8a37959..d24a031 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -46,7 +46,7 @@ CFLAGS:=${DEBUG} -I${top_srcdir}/src -I${top_srcdir}/interface \ # major version more frequently. This variable specifies how many steps ahead # we are. -VERSION_AHEAD=1 +VERSION_AHEAD=0 GLOBUS_LIBS:=-L${globus_prefix}/lib \ -lglobus_common_${nothrflavour} \ @@ -99,8 +99,8 @@ THRLTLIB:=libglite_lb_common_${thrflavour}.la default: all -#all compile: check_version ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} -all compile: ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} +all compile: check_version ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} +# all compile: ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} version_info=-version-info `echo ${version} | cut -d. -f1,2 | tr . :`